Example #1
0
 public int Insert(Employee_DTO obj)
 {
     return(objEmployee_DAL.Insert(obj));
 }
Example #2
0
 public bool Insert()
 {
     objEmpDAL = new Employee_DAL(objEmpProp);
     return(objEmpDAL.Insert());
 }