MH: Auslastungsübersicht für Klienten im Kalender
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user