Exemplo n.º 1
0
 public EstudioController()
 {
     EstudioRepository _estudioRepository = new EstudioRepository();
 }
Exemplo n.º 2
0
 public EstudiosController()
 {
     _Estudio = new EstudioRepository();
 }
Exemplo n.º 3
0
 public EstudiosController()
 {
     _context           = new InLockContext();
     _estudioRepository = new EstudioRepository(_context);
     _jogoRepository    = new JogoRepository(_context);
 }
Exemplo n.º 4
0
 public EstudioController()
 {
     _estudioRepository = new EstudioRepository();
     _jogoRepository    = new JogoRepository();
 }