using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Edge.WebHost.Models.SmartFuel { public class SmartFuelViewInfo { public string mqttConnectionString { get; set; } public string queryString { get; set; } } }