public TestQuestionMappingsController(OESContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public AnswerMastersController(OESContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ResultMastersController(OESContext context)
 {
     _context = context;
 }
 public QuestionTypesController(OESContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public TestMastersController(OESContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public RegistrationsController(OESContext context)
 {
     _context = context;
 }
 public QuestionMastersController(OESContext context)
 {
     _context = context;
 }