MH: Dienstplaner Oberfläche auf 3 Zeilen zurückgestellt & Urlaubsplaner Anpassungen

This commit is contained in:
Marcel Hirschle
2021-06-18 13:34:42 +02:00
parent 891e36c14e
commit fc346dc440
21 changed files with 419 additions and 94 deletions

View File

@@ -1172,5 +1172,9 @@ namespace BeWo.Service.ServiceContracts
[FaultContract(typeof(BeWoFault))]
[OperationContract]
UrlaubsplanerRootDC BuildUrlaubsplanerRootObject(int year, int month);
[FaultContract(typeof(BeWoFault))]
[OperationContract]
string GetInformationStringForUrlaubsplaner(UrlaubskontoDC dc, decimal tageUrlaub, decimal tageKrank, bool urlaubVerfallen);
}
}