Ejemplo n.º 1
0
 public RegistradorController(PreparaesContext _context)
 {
     this._context = _context;
 }
Ejemplo n.º 2
0
 public PreguntaRespuestaController(PreparaesContext _context)
 {
     this._context       = _context;
     this.preguntaModelo = new PreguntaParaModelo();
 }