예제 #1
0
 public System.Threading.Tasks.Task <TestWcfService.IISHostedService.CompositeType> GetDataUsingDataContractAsync(TestWcfService.IISHostedService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
예제 #2
0
 public TestWcfService.IISHostedService.CompositeType GetDataUsingDataContract(TestWcfService.IISHostedService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }