Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <TestService.ContactMgrService.CompositeType> GetDataUsingDataContractAsync(TestService.ContactMgrService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
Ejemplo n.º 2
0
 public TestService.ContactMgrService.CompositeType GetDataUsingDataContract(TestService.ContactMgrService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }