Exemplo n.º 1
0
 public Category find(Long id) {
   return categoryRepository.findOne(id);
 }