Beispiel #1
0
 public CustomerBetRepository(RaceDayContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public GenericRepository(RaceDayContext context)
 {
     _context = context;
     _dbSet   = context.Set <TEntity>();
 }