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