AB
This commit is contained in:
@@ -6,6 +6,7 @@ using BS.Shared.DataContracts.Reports;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ServiceModel;
|
||||
using BeWo.Data.Entities;
|
||||
|
||||
|
||||
namespace BeWo.Service.ServiceContracts
|
||||
@@ -107,6 +108,10 @@ namespace BeWo.Service.ServiceContracts
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
List<PreisDC> GetAllPreise();
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
List<ServiceDescriptionDC> GetAllServiceDescriptions();
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
@@ -814,6 +819,19 @@ namespace BeWo.Service.ServiceContracts
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
void InsertNewPreis(List<PreisDC> preise);
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
void DeactivatePreis(Dictionary<long, long> pOid2Version);
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
void UpdatePreis(List<PreisDC> preise);
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
[OperationContract]
|
||||
|
||||
FlexibleReportResultDC GetFlexibleReportResult(FlexibleReportFilterDC filter);
|
||||
|
||||
[FaultContract(typeof(BeWoFault))]
|
||||
|
||||
Reference in New Issue
Block a user