MH: Lisa Wöll Urlaubsverfallsdatum raus
This commit is contained in:
@@ -10,6 +10,13 @@ namespace BetreutesWohnenWoellReports.Service
|
||||
{
|
||||
public class CustomVacationService : VacationService
|
||||
{
|
||||
public override DateTime GetExpirationDate(int year)
|
||||
{
|
||||
if (year >= 2025)
|
||||
return new DateTime(year, 12, 31);
|
||||
else
|
||||
return base.GetExpirationDate(year);
|
||||
}
|
||||
|
||||
public override List<FeiertagDC> GetFeiertage(int year, string bundesland)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user