예제 #1
0
 public MatchesService()
 {
     _context = new BoxingContext();
 }
예제 #2
0
 public RolesService()
 {
     _context = new BoxingContext();
 }
예제 #3
0
 public PredictionsService()
 {
     _context = new BoxingContext();;
 }
예제 #4
0
 public LoginsService()
 {
     _context = new BoxingContext();
 }
예제 #5
0
 public UsersService()
 {
     _context = new BoxingContext();
 }