예제 #1
0
 public System.Threading.Tasks.Task <PriceListEditor.Utilities.CDInfoSys.PriceList.UpdateSuppliersResponse> UpdateSuppliersAsync(PriceListEditor.Utilities.CDInfoSys.PriceList.UpdateSuppliersRequest supplierDataIn)
 {
     return(base.Channel.UpdateSuppliersAsync(supplierDataIn));
 }
예제 #2
0
 public PriceListEditor.Utilities.CDInfoSys.PriceList.UpdateSuppliersResponse UpdateSuppliers(PriceListEditor.Utilities.CDInfoSys.PriceList.UpdateSuppliersRequest supplierDataIn)
 {
     return(base.Channel.UpdateSuppliers(supplierDataIn));
 }