Esempio n. 1
0
 public HomeController(ISurveyContract surveyCRUD)
 {
     this.SurveyProvider = surveyCRUD;
 }
Esempio n. 2
0
 public SurveyController(ISurveyContract questionService)
 {
     service = questionService;
 }