MH: Änderungen im Dienstplaner und Anpassungen für Bewegt Systemische Beratung
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user