Esempio n. 1
0
 public async Task RemoveProduct(Product product) => await _repo.Remove(product);