Ejemplo n.º 1
0
 public async Task AddAProduct(Product _product)
 {
     await productRepo.AddAProduct(_product);
 }