Example #1
0
 public int AddNew(ProductInfo productInfo)
 {
     return(productDAO.AddNew(productInfo));
 }