예제 #1
0
 public Employee findEmployeeBySsn(String ssn) {
   return dao.findEmployeeBySsn(ssn);
 }