예제 #1
0
 public bool CreateProduct(ProductB newProduct)
 {
     return(productDal.CreateProduct(newProduct));
 }