17 lines
320 B
C#
17 lines
320 B
C#
namespace IOB_UT_NEXT.Objects
|
|
{
|
|
/// <summary>
|
|
/// Classe conf server html
|
|
/// </summary>
|
|
public class srvData
|
|
{
|
|
#region Public Properties
|
|
|
|
public string baseUri { get; set; } = "";
|
|
public string driverName { get; set; } = "";
|
|
|
|
#endregion Public Properties
|
|
}
|
|
|
|
}
|