コード例 #1
0
 public QuizzesController(quiz_backendContext context)
 {
   _context = context;
 }
コード例 #2
0
 public QuestionsController(quiz_backendContext context)
 {
     this.context = context;
 }