コード例 #1
0
 public List <Employee> PopulateEmpList(int headcode)
 {
     return(DepartmentDAO.PopulateEmpList(headcode));
 }