public System.Threading.Tasks.Task <PizzeriaMasterpiece.WCFServicesTests.SupplyServiceReference.SupplyDTO> UpdateSupplyInformationAsync(PizzeriaMasterpiece.WCFServicesTests.SupplyServiceReference.SupplyDTO supply)
 {
     return(base.Channel.UpdateSupplyInformationAsync(supply));
 }
 public PizzeriaMasterpiece.WCFServicesTests.SupplyServiceReference.SupplyDTO UpdateSupplyInformation(PizzeriaMasterpiece.WCFServicesTests.SupplyServiceReference.SupplyDTO supply)
 {
     return(base.Channel.UpdateSupplyInformation(supply));
 }