예제 #1
0
 public Customer searchCustomerID(int customerID) {
   return dao.searchCustomerID(customerID);
 }