Example #1
0
 public WeekRepository(ITerryPoolDbContext database)
 {
     _database = database;
 }
 public GameResultRepository(ITerryPoolDbContext database)
 {
     _database = database;
 }
 public SeasonRepository(ITerryPoolDbContext database)
 {
     _database = database;
 }
 public UserSelectionRepository(ITerryPoolDbContext database)
 {
     _database = database;
 }