예제 #1
0
 public StudentActivity(IStudiBudiContext context)
 {
     _context = context;
 }
예제 #2
0
 public QuestionLoader(IStudiBudiContext context)
 {
     _context = context;
 }