예제 #1
0
 public ApuestaRepository(RuletaDbContext context)
 {
     _context = context;
 }
 public JuegoRuletaRepository(RuletaDbContext context)
 {
     _context = context;
 }
예제 #3
0
 public UnitOfWork(RuletaDbContext context)
 {
     this._context = context;
 }
예제 #4
0
 public JugadorRepository(RuletaDbContext context)
 {
     _context = context;
 }