namespace IOB_UT_NEXT.Objects { /// /// Classe conf server html /// public class srvData { #region Public Properties public string baseUri { get; set; } = ""; public string driverName { get; set; } = ""; #endregion Public Properties } }