Example #1
0
 public List<T_HR_EMPLOYEEPOST> GetDepartmentLeaders(string departmentID)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetDepartmentLeaders(departmentID);
     }
 }