Exemplo n.º 1
0
 public PlayerRepository(WebSpaContext context)
 {
     _сontext = context;
 }
Exemplo n.º 2
0
 public QuizRepository(WebSpaContext context)
 {
     _context = context;
 }