Exemplo n.º 1
0
 internal List <HRM_EMPLOYEES_VIEWER> GetEmployeeByID(string eid)
 {
     return(objCtx_DAL.GetEmployeeByID(eid));
 }