public MatchesService()
 {
     _context = new BoxingContext();
 }
Exemple #2
0
 public RolesService()
 {
     _context = new BoxingContext();
 }
 public PredictionsService()
 {
     _context = new BoxingContext();;
 }
 public LoginsService()
 {
     _context = new BoxingContext();
 }
Exemple #5
0
 public UsersService()
 {
     _context = new BoxingContext();
 }