Esempio n. 1
0
 public MatchRepository(EntitySQLContext context)
 {
     _context = context;
 }
 public PlayerRepository(EntitySQLContext context)
 {
     _context = context;
 }