public EstudioController() { EstudioRepository _estudioRepository = new EstudioRepository(); }
public EstudiosController() { _Estudio = new EstudioRepository(); }
public EstudiosController() { _context = new InLockContext(); _estudioRepository = new EstudioRepository(_context); _jogoRepository = new JogoRepository(_context); }
public EstudioController() { _estudioRepository = new EstudioRepository(); _jogoRepository = new JogoRepository(); }