Пример #1
0
 public bool Update()
 {
     objProduct_DAL = new Product_DAL(objProductProperty);
     return(objProduct_DAL.Update());
 }