예제 #1
0
 public StatisticsController(ITechnologyService technologyService,
                             IRespondentTechnologyService respondentTechnologyService,
                             IMapper mapper)
 {
     this.technologyService          = technologyService;
     this.repondentTechnologyService = respondentTechnologyService;
     this.mapper = mapper;
 }
예제 #2
0
 public RespondentsController(IRespondentService respondentService, IRespondentTechnologyService respondentTechnologyService, IMapper mapper)
 {
     this.respondentService          = respondentService;
     this.repondentTechnologyService = respondentTechnologyService;
     this.mapper = mapper;
 }