Exemple #1
0
 public SurveysController(SurveyfyContext context)
 {
     _context = context;
 }
Exemple #2
0
 public ResourcesController(SurveyfyContext context)
 {
     _context = context;
 }
Exemple #3
0
 public SurveySectionsController(SurveyfyContext context)
 {
     _context = context;
 }
 public QuestionsController(SurveyfyContext context)
 {
     _context = context;
 }
 public AnswerController(SurveyfyContext context)
 {
     _context = context;
 }
 public RespondentsController(SurveyfyContext context)
 {
     _context = context;
 }