Beispiel #1
0
 public CardRepository(BlackJackContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public GameRepository(BlackJackContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public PlayerRepository(BlackJackContext context)
 {
     _context = context;
 }