- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- namespace Applications.UniversalApi_WebConsole_App.Models.SmartFuel
- {
- public class SmartFuelViewInfo
- {
- public string mqttConnectionString { get; set; }
- }
- }
|