示例#1
0
 public System.Threading.Tasks.Task <SampleCustomerInformation.SampleCustomerInformationServiceReference.CompositeType> GetDataUsingDataContractAsync(SampleCustomerInformation.SampleCustomerInformationServiceReference.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
示例#2
0
 public SampleCustomerInformation.SampleCustomerInformationServiceReference.CompositeType GetDataUsingDataContract(SampleCustomerInformation.SampleCustomerInformationServiceReference.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }