Example #1
0
 public QuestionRepository(XgameContext context) : base(context)
 {
 }
Example #2
0
 public Repository(XgameContext context)
 {
     _context = context;
 }