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