Ejemplo n.º 1
0
 public Task SaveTaskAsync(Product product, bool isNewItem = false)
 {
     return(restService.SaveProduct(product, isNewItem));
 }