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); } }
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; } }