Ejemplo n.º 1
0
 @Override
 public Railway findById(ObjectId id) {
   return repo.findOne(id);
 }