예제 #1
0
 public HomeController(ISurveyContract surveyCRUD)
 {
     this.SurveyProvider = surveyCRUD;
 }
예제 #2
0
 public SurveyController(ISurveyContract questionService)
 {
     service = questionService;
 }