Exemple #1
0
 public BetRepository(IBetContext Context)
 {
     context = Context;
 }
Exemple #2
0
 public BetRepository(IBetContext context)
 {
     _context = context;
 }