예제 #1
0
 public void CreateProduct(string newProductName, int categoryId)
 {
     _productRepo.CreateProduct(newProductName, categoryId);
 }