예제 #1
0
 public List <SMT.HRM.CustomModel.V_DEPARTMENT> GetAllDepartmentView(string userID)
 {
     using (DepartmentBLL bll = new DepartmentBLL())
     {
         var ents = bll.GetAllDepartmentView(userID);
         return(ents.Count() > 0 ? ents.ToList() : null);
     }
 }
예제 #2
0
 public List<SMT.HRM.CustomModel.V_DEPARTMENT> GetAllDepartmentView(string userID)
 {
     using (DepartmentBLL bll = new DepartmentBLL())
     {
         var ents = bll.GetAllDepartmentView(userID);
         return ents.Count() > 0 ? ents.ToList() : null;
     }
 }