コード例 #1
0
 public Employee getEmployee(int empid) {
   return employeeDao.getEmployee(empid);
 }