Beispiel #1
0
 public System.Threading.Tasks.Task <bool> AddProductAsync(EstoqueClientV1.StockService.Stock stock)
 {
     return(base.Channel.AddProductAsync(stock));
 }
Beispiel #2
0
 public bool AddProduct(EstoqueClientV1.StockService.Stock stock)
 {
     return(base.Channel.AddProduct(stock));
 }