Example #1
0
 public bool Insert()
 {
     _objACTDAL = new LP_FinishProduct_DAL(_objACTMasterProperty);
     return(_objACTDAL.Insert());
 }