Exemplo n.º 1
0
 public CustomList <HRM_Emp> GetEmpInfoForShowingLevel(string empCode)
 {
     return(HRM_Emp.GetEmpInfoForShowingLevel(empCode));
 }