コード例 #1
0
 public HRM_Emp GetReportingBoss(long empKey)
 {
     return(HRM_Emp.GetReportingBoss(empKey));
 }