Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <PizzeriaMasterpiece.WCFServicesTests.SupplyServiceReference.SupplyDTO> UpdateSupplyInformationAsync(PizzeriaMasterpiece.WCFServicesTests.SupplyServiceReference.SupplyDTO supply)
 {
     return(base.Channel.UpdateSupplyInformationAsync(supply));
 }
Ejemplo n.º 2
0
 public PizzeriaMasterpiece.WCFServicesTests.SupplyServiceReference.SupplyDTO UpdateSupplyInformation(PizzeriaMasterpiece.WCFServicesTests.SupplyServiceReference.SupplyDTO supply)
 {
     return(base.Channel.UpdateSupplyInformation(supply));
 }