Esempio n. 1
0
 public async Task <Product> CreateProduct(Product product) => await _repo.Create(product);