Пример #1
0
 public MatchRepository(EntitySQLContext context)
 {
     _context = context;
 }
Пример #2
0
 public PlayerRepository(EntitySQLContext context)
 {
     _context = context;
 }