ec/Adaptation/Shared/AppSettings.cs

7 lines
164 B
C#

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