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