Files
BeWoPlaner/BeWoPlanerMobil/Util/MokSettings.cs
Christian 25267634df Release 3.27
Neue Felder für MA Schwerbehindertenausweis.
Todos fürs Release
2025-08-15 03:03:24 +02:00

15 lines
469 B
C#

using BS.Shared.Core;
namespace BeWoPlanerMobil.Util
{
public class MokSettings
{
public int SupportConceptExpirationLimitInMonths { get; set; }
public int AnzTageZeiterfassErfolgt { get; set; }
public int AnzTageUnterschriftErfolgt { get; set; }
public int MaxDaysEditServiceRecordsAllowed { get; set; }
public int ServiceRecordAllowChangeHours { get; set; }
public int TimeUntilUILock { get; set; }
}
}