Пример #1
0
 public RegistradorController(PreparaesContext _context)
 {
     this._context = _context;
 }
Пример #2
0
 public PreguntaRespuestaController(PreparaesContext _context)
 {
     this._context       = _context;
     this.preguntaModelo = new PreguntaParaModelo();
 }