Esempio n. 1
0
 public void InitializeDbContext()
 {
     this.dbContext = MockDbContext.GetContext();
 }
Esempio n. 2
0
 public ArticlesService(LzLeagueContext db)
 {
     this.db = db;
 }
Esempio n. 3
0
 public TeamsService(LzLeagueContext db)
 {
     this.db = db;
 }
Esempio n. 4
0
 public PredictionsService(LzLeagueContext db)
 {
     this.db = db;
 }
Esempio n. 5
0
 public UsersService(LzLeagueContext db)
 {
     this.db = db;
 }
Esempio n. 6
0
 public MatchService(LzLeagueContext db)
 {
     this.db = db;
 }