public ObjetivoRepository()
 {
     _ctx = new ProjetoSenaiiContext();
 }
 public ObjetivoesController(ProjetoSenaiiContext context)
 {
     _context = context;
 }
 public InstituicaosController(ProjetoSenaiiContext context)
 {
     _context = context;
 }
예제 #4
0
 public PerfilsController(ProjetoSenaiiContext context)
 {
     _context = context;
 }
예제 #5
0
 public CursoesController(ProjetoSenaiiContext context)
 {
     _context = context;
 }
예제 #6
0
 public UsuariosController(ProjetoSenaiiContext context)
 {
     _context = context;
 }
 public CurtidaRepository()
 {
     _ctx = new ProjetoSenaiiContext();
 }
예제 #8
0
 public InstituicaoRepository()
 {
     _ctx = new ProjetoSenaiiContext();
 }
예제 #9
0
 public AlunoTurmasController(ProjetoSenaiiContext context)
 {
     _context = context;
 }
예제 #10
0
 public ProfessorTurmaRepository()
 {
     _ctx = new ProjetoSenaiiContext();
 }
 public CategoriasController(ProjetoSenaiiContext context)
 {
     _context = context;
 }
 public CategoriaRepository()
 {
     _ctx = new ProjetoSenaiiContext();
 }
 public ProfessorTurmasController(ProjetoSenaiiContext context)
 {
     _context = context;
 }
 public PerfilRepository()
 {
     _ctx = new ProjetoSenaiiContext();
 }
예제 #15
0
 public AlunoTurmaRepository()
 {
     _ctx = new ProjetoSenaiiContext();
 }
예제 #16
0
 public DicaRepository()
 {
     _ctx = new ProjetoSenaiiContext();
 }
예제 #17
0
 public UsuarioRepository()
 {
     _ctx = new ProjetoSenaiiContext();
 }
예제 #18
0
 public DicasController(ProjetoSenaiiContext context)
 {
     _context = context;
 }