Example #1
0
 public DataService(ForecastingAppDbContext context)
 {
     Context = context;
 }
Example #2
0
 public UnitOfWork(ForecastingAppDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #3
0
 public TourGameResultDataService(ForecastingAppDbContext context) : base(context)
 {
 }
Example #4
0
 public TournamentDataService(ForecastingAppDbContext context) : base(context)
 {
 }
Example #5
0
 public PlayerDataService(ForecastingAppDbContext context) : base(context)
 {
 }