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