MH: Viel rund um Dienstplanung + neue Methode für MitarbeiterstundenkontoBerechnung
This commit is contained in:
@@ -896,7 +896,7 @@ namespace BeWo.Service.ServiceContracts
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
List<DienstInfoDC> GetAllDienste();
|
||||
List<DienstInfoDC> GetAllDienste(long? wOid);
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
@@ -1003,8 +1003,6 @@ namespace BeWo.Service.ServiceContracts
|
||||
[OperationContract]
|
||||
void DeleteRegelmaessigerDienst(RegelmaessigerDienstDC dienst);
|
||||
|
||||
List<RegelmaessigerDienstDC> GetRegelmaessigeDienste(long wOid);
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
void InsertNewDienstvertretung(DienstvertretungDC dienstvertretung);
|
||||
@@ -1025,10 +1023,6 @@ namespace BeWo.Service.ServiceContracts
|
||||
[OperationContract]
|
||||
void DeleteCertainDienstEintragOutOfTable(long dienstEintragOid);
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
List<AbsenceTimeDC> GetAbsenceTimeVacationByWohnheim(long wohnId, int year, int month);
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
List<ServiceRecordDC> GetServiceRecordsByIds(List<long> serviceRecordOids);
|
||||
|
||||
Reference in New Issue
Block a user