Ejemplo n.º 1
0
 public CustomList <HRM_EmpEdu> GetAllEmpEduByEmpKey(string EmpKey)
 {
     return(HRM_EmpEdu.GetAllEmpEduByEmpKey(EmpKey));
 }
Ejemplo n.º 2
0
 public CustomList <HRM_EmpEdu> GetAllEmpEdu()
 {
     return(HRM_EmpEdu.GetAllHRM_EmpEdu());
 }