Esempio n. 1
0
 public async Task UpdateProduct(Product product)
 {
     await _product.UpdateProduct(product);
 }