public UserRepository(PredictScoreContext dbContext) : base(dbContext)
 {
 }
Exemple #2
0
 public RoundRepository(PredictScoreContext context) : base(context)
 {
 }
Exemple #3
0
 public MatchRepository(PredictScoreContext dbContext) : base(dbContext)
 {
 }
 public GroupRepository(PredictScoreContext dbContext) : base(dbContext)
 {
 }
Exemple #5
0
 public TeamRepository(PredictScoreContext dbContext) : base(dbContext)
 {
 }
 public Repository(PredictScoreContext dbContext)
 {
     _dbContext = dbContext;
 }