public MatchRepository()
 {
     _context = new MainDbContext();
 }
Exemple #2
0
 public ShotOffRepostirotry()
 {
     _context = new MainDbContext();
 }