MH: Änderungen im Dienstplaner und Anpassungen für Bewegt Systemische Beratung

This commit is contained in:
Marcel Hirschle
2021-03-15 13:30:34 +01:00
parent 2d2014ded6
commit d9a77f1d35
33 changed files with 4122 additions and 84 deletions

View File

@@ -949,10 +949,19 @@ namespace BeWo.Service.ServiceContracts
[OperationContract]
List<DienstBlockDC> GetDienstEintraege(long wOid, int year, int month);
[FaultContract(typeof(BeWoFault))]
[OperationContract]
List<DienstEintragDC> GetAllDienstEintraegeAsList(long wOid, int year, int month);
[FaultContract(typeof(BeWoFault))]
[OperationContract]
List<DienstvertretungDC> GetAllDienstvertretungenAsList(long wOid, int year, int month);
[FaultContract(typeof(BeWoFault))]
[OperationContract]
List<DienstBlockDC> GetDienstvertretungen(long wOid, int year, int month);
[FaultContract(typeof(BeWoFault))]
[OperationContract]
void InsertNewDienstEintrag(DienstEintragDC dienstEintrag);