using BS.Shared.Core; namespace BS.Shared.Settings { public class ApplicationSettings : AbstractIDSpecificDefaultClass { public static int SupportConceptExpirationLimitInMonths { get; set; } public static int AnzTageZeiterfassErfolgt { get; set; } public static int MaxDaysEditServiceRecordsAllowed { get; set; } public static int ServiceRecordAllowChangeHours { get; set; } public virtual string RssFeedUrl => null; public static int TimeUntilUILock { get; set; } } }