コード例 #1
0
 public Task <bool> AddNewProduct(Product newProduct)
 {
     return(dataAccess.AddNewProduct(newProduct));
 }