Exemple #1
0
 public CustomList <HRM_Emp> GetEmpGeneralInfo1(string empCode)
 {
     return(HRM_Emp.GetEmpGeneralInfo(empCode));
 }