示例#1
0
 public ReturnValue AddEmployee(Employee model)
 {
     BLL_Employee bll = new BLL_Employee();
     return bll.AddUpdate(model);
 }