Exemple #1
0
 public SurveyUserController(ISurveyUserService service)
 {
     _service = service;
 }
 public SurveyController(ISurveyUserService surveyUserService, IMapper mapper)
 {
     _surveyUserService = surveyUserService;
     _mapper            = mapper;
 }