示例#1
0
 public CustomList <HRM_Emp> GetReportees(long empKey)
 {
     return(HRM_Emp.GetReportees(empKey));
 }