示例#1
0
 public EstudioController()
 {
     EstudioRepository _estudioRepository = new EstudioRepository();
 }
 public EstudiosController()
 {
     _Estudio = new EstudioRepository();
 }
示例#3
0
 public EstudiosController()
 {
     _context           = new InLockContext();
     _estudioRepository = new EstudioRepository(_context);
     _jogoRepository    = new JogoRepository(_context);
 }
示例#4
0
 public EstudioController()
 {
     _estudioRepository = new EstudioRepository();
     _jogoRepository    = new JogoRepository();
 }