public System.Threading.Tasks.Task <TestWcfService.IISHostedService.CompositeType> GetDataUsingDataContractAsync(TestWcfService.IISHostedService.CompositeType composite) { return(base.Channel.GetDataUsingDataContractAsync(composite)); }
public TestWcfService.IISHostedService.CompositeType GetDataUsingDataContract(TestWcfService.IISHostedService.CompositeType composite) { return(base.Channel.GetDataUsingDataContract(composite)); }