Beispiel #1
0
 public bool Delete(int?id)
 {
     objProduct_DAL = new Product_DAL(objProductProperty);
     return(objProduct_DAL.Delete(id));
 }