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