MH: FiZ Hof Urlaubsverfallsdatum
This commit is contained in:
@@ -65,6 +65,11 @@ namespace FizHof.Service
|
||||
return firstAdventSunday;
|
||||
}
|
||||
|
||||
public override DateTime GetExpirationDate(int year)
|
||||
{
|
||||
return new DateTime(year, 12, 31);
|
||||
}
|
||||
|
||||
public override decimal UrlaubstageRunden(decimal urlaubstage)
|
||||
{
|
||||
if (urlaubstage - (int)urlaubstage <= 0.1m)
|
||||
|
||||
Reference in New Issue
Block a user