Example #1
0
 internal List <HRM_EMPLOYEES_VIEWER> GetEmployeeByDepartment(int RegionId, int OfficeId, int DeptId, DateTime EffectiveDate)
 {
     return(objCtx_DAL.GetEmployeeByDepartment(RegionId, OfficeId, DeptId, EffectiveDate));
 }