Пример #1
0
 public Boleto getOne(String id) {
   return boletoRepository.findOne(id);
 }