コード例 #1
0
 internal List <HRM_EMPLOYEES_VIEWER> GetEmployeeBySubsectionWise(int ResionId, int OfficeId, int DeptId, int sction, int subsction, DateTime EffectiveDate)
 {
     return(objCtx_DAL.GetEmployeeBySubsectionWise(ResionId, OfficeId, DeptId, sction, subsction, EffectiveDate));
 }