Esempio n. 1
0
 public QuizRepository(StrongQuizDbContext strongQuizDbContext)
 {
     this._context = strongQuizDbContext;
 }
 public UserScoreRepositories(StrongQuizDbContext strongQuizDbContext)
 {
     this._context = strongQuizDbContext;
 }