コード例 #1
0
 public ServiceTypeDTO getById(int id)
 {
     return((ServiceTypeDTO)serviceTypeRepository.getById(id));
 }