コード例 #1
0
 public Pathology getPathology(long id) {
   return pathologyDao.getPathology(id);
 }