Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ProductCodeUnitRema.Price_Result> PriceAsync(string barcode)
 {
     ProductCodeUnitRema.Price inValue = new ProductCodeUnitRema.Price();
     inValue.barcode = barcode;
     return(((ProductCodeUnitRema.ProducCodeUnitRema_Port)(this)).PriceAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <ProductCodeUnitRema.Price_Result> ProductCodeUnitRema.ProducCodeUnitRema_Port.PriceAsync(ProductCodeUnitRema.Price request)
 {
     return(base.Channel.PriceAsync(request));
 }