Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> updateStockAsync(StockClient.ServiceReference1.Stock s, int id)
 {
     return(base.Channel.updateStockAsync(s, id));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AddStockAsync(StockClient.ServiceReference1.Stock s)
 {
     return(base.Channel.AddStockAsync(s));
 }
Exemplo n.º 3
0
 public bool updateStock(StockClient.ServiceReference1.Stock s, int id)
 {
     return(base.Channel.updateStock(s, id));
 }
Exemplo n.º 4
0
 public bool AddStock(StockClient.ServiceReference1.Stock s)
 {
     return(base.Channel.AddStock(s));
 }