Example #1
0
 public System.Threading.Tasks.Task <ConsumerOfSoap.MyMathService.CompositeType> GetDataUsingDataContractAsync(ConsumerOfSoap.MyMathService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
Example #2
0
 public ConsumerOfSoap.MyMathService.CompositeType GetDataUsingDataContract(ConsumerOfSoap.MyMathService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }