示例#1
0
 internal List <HRM_EMPLOYEES_VIEWER> GetEmployeesByEid(string eid)
 {
     return(objCtx_DAL.GetEmployeesByEid(eid));
 }