MH: Auslastungsübersicht für Klienten im Kalender

This commit is contained in:
Marcel Hirschle
2021-11-09 16:48:58 +01:00
parent b0cdf19f0f
commit eee7837ece
12 changed files with 506 additions and 45 deletions

View File

@@ -862,6 +862,10 @@ namespace BeWo.Service.ServiceContracts
[OperationContract]
IList<ValueListEntryDC> GetIcf();
[FaultContract(typeof(BeWoFault))]
[OperationContract]
List<List<ValueListEntryDC>> GetWholeIcf();
[FaultContract(typeof(BeWoFault))]
[OperationContract]
IList<ReportTemplateDC> GetReportTemplates(string url);
@@ -1176,6 +1180,11 @@ namespace BeWo.Service.ServiceContracts
[OperationContract]
string GetXAMLInformationStringForEmployee(long empOid);
[FaultContract(typeof(BeWoFault))]
[OperationContract]
string GetXAMLInformationStringForScheduler(long customerOid);
[FaultContract(typeof(BeWoFault))]
[OperationContract]
string GetXAMLInformationStringForCustomer(long customerOid);