ec/Adaptation/Shared/AppSettings.cs

8 lines
183 B
C#

namespace Adaptation.Shared
{
public class AppSettings : Methods.IAppSettings
{
public string Company { get; set; }
public Drive[] Drives { get; set; }
}
}