예제 #1
0
 public TagService(IFootballOracleDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #2
0
 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;
 }
예제 #5
0
 public ArticleService(IFootballOracleDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public ChampionshipService(IFootballOracleDbContext dbContext)
 {
     this.dbContext = dbContext;
 }