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