Esempio n. 1
0
 public TagService(IFootballOracleDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public CommentService(IFootballOracleDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Esempio n. 3
0
 public InQuestionService(IFootballOracleDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Esempio n. 4
0
 public ForecastService(IFootballOracleDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public ArticleService(IFootballOracleDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public ChampionshipService(IFootballOracleDbContext dbContext)
 {
     this.dbContext = dbContext;
 }