(String id)
| 17 | } |
| 18 | |
| 19 | public Module getModule(String id) throws Exception { |
| 20 | return tapirRepository.getModule(id); |
| 21 | } |
| 22 | |
| 23 | public PaginationDto getModules(String identifier, Integer limit, String terms) throws Exception { |
| 24 | return tapirRepository.findModules(identifier, limit, terms); |
no test coverage detected