コード例 #1
0
 public int countByProjectType(int projectTypeId) {
   return projectDAO.countByProjectType(projectTypeId);
 }