Beispiel #1
0
 public RunsController(IRunsService runsService, IMapper mapper)
 {
     _runsService = runsService;
     _mapper      = mapper;
 }
Beispiel #2
0
 public RunsHandler(IRunsService runsService, IMapper mapper)
 {
     _runsService = runsService;
     _mapper      = mapper;
 }