in src/main/java/com/example/swaggercodegenexample/controllers/VisitController.java [23:27]
public VisitController(VisitService visitService,
VisitMapper visitMapper) {
this.visitService = visitService;
this.visitMapper = visitMapper;
}