예제 #1
0
 /** For Investigator */
 public Investigator getInvestigator(Integer InvestigatorID) {
   return investigatorDAO.getInvestigator(InvestigatorID);
 }