예제 #1
0
 public CustomList <HRM_EmpEdu> GetAllEmpEduByEmpKey(string EmpKey)
 {
     return(HRM_EmpEdu.GetAllEmpEduByEmpKey(EmpKey));
 }
예제 #2
0
 public CustomList <HRM_EmpEdu> GetAllEmpEdu()
 {
     return(HRM_EmpEdu.GetAllHRM_EmpEdu());
 }