public ObjetivoRepository() { _ctx = new EduXContext(); }
public DicaController(EduXContext context) { _context = context; }
public UsuarioRepository() { _ctx = new EduXContext(); }
public InstituicaoRepository() { //Atribuição por instaciação variavel = new objeto _ctx = new EduXContext(); }
public PerfilRepository() { _ctx = new EduXContext(); }
public CategoriaRepository() { _ctx = new EduXContext(); }
public UsuarioController(EduXContext context) { _context = context; }
public PopularTable() { contexto = new EduXContext(); Popular(); }
public TurmaRepository() { _context = new EduXContext(); }
// Definimos um método construtor para poder passar essas configs public LoginController(IConfiguration config) { _config = config; _context = new EduXContext(); }
public DicaRepository() { _ctx = new EduXContext(); }
public CurtidaRepository() { contextinho = new EduXContext(); }
public NewsletterRepository() { _ctx = new EduXContext(); }
protected Repository(EduXContext context) { _context = context; }
public ObjetivoRepository() { //Instanciamos o contexto para que seja possível trabalhar suas propriedades context = new EduXContext(); }
public PostagemController(EduXContext context) { _context = context; }
public CursoRepository() { _ctx = new EduXContext(); }
public CategoriaController(EduXContext context) { _context = context; }
public AlunoTurmaRepository() { _ctx = new EduXContext(); }
public InstituicaoRepository() { _ctx = new EduXContext(); }
public ProfessorTurmaRepository() { _ctx = new EduXContext(); }
public DicaRepository() { context = new EduXContext(); }