Esempio n. 1
0
 public FrequenciaController(IESContext context)
 {
     _context      = context;
     frequenciaDAL = new FrequenciaDAL(context);
     alunoDAL      = new AlunoDAL(context);
     calendarioDAL = new CalendarioDAL(context);
 }
Esempio n. 2
0
 public ProfessorController(IESContext context)
 {
     _context        = context;
     instituicaoDAL  = new InstituicaoDAL(context);
     departamentoDAL = new DepartamentoDAL(context);
     cursoDAL        = new CursoDAL(context);
     professorDAL    = new ProfessorDAL(context);
 }
Esempio n. 3
0
 public LivroController(IESContext context)
 {
     _context = context;
 }
 public AcademicoController(IESContext context, IWebHostEnvironment env)
 {
     _context     = context;
     _env         = env;
     academicoDAL = new AcademicoDAL(context);
 }
Esempio n. 5
0
 public ProjetoDAL(IESContext context)
 {
     _context = context;
 }
 public CarteiraRep(IESContext dbContext)
 {
     _dbContext = dbContext;
 }
Esempio n. 7
0
 public InstituicaoController(IESContext context)
 {
     _context       = context;
     instituicaoDAL = new InstituicaoDAL(context);
 }
 public TurmaController(IESContext context)
 {
     this._context = context;
 }
Esempio n. 9
0
 public AlunoController(IESContext context)
 {
     _context = context;
 }
Esempio n. 10
0
 public CarroController(IESContext context)
 {
     _context = context;
 }
Esempio n. 11
0
 public CursoDAL(IESContext context)
 {
     _context = context;
 }
Esempio n. 12
0
 public DepartamentoController(IESContext context)
 {
     this._context    = context;
     _instituicaoDAL  = new InstituicaoDAL(context);
     _departamentoDAL = new DepartamentoDAL(context);
 }
Esempio n. 13
0
 public ProfessorDAL(IESContext context)
 {
     _context = context;
 }
Esempio n. 14
0
 public DepartamentoController(IESContext context)
 {
     this._context = context;
 }
Esempio n. 15
0
 public UnidadeCurricularController(IESContext context)
 {
     this._context = context;
 }
Esempio n. 16
0
 public CursoController(IESContext context)
 {
     _context        = context;
     departamentoDAL = new DepartamentoDAL(_context);
     cursoDAL        = new CursoDAL(_context);
 }
Esempio n. 17
0
 public ModalidadeController(IESContext context)
 {
     this._context = context;
 }
Esempio n. 18
0
 public AlunoController(IESContext context)
 {
     this._context = context;
     projetoDAL    = new ProjetoDAL(context);
     alunoDAL      = new AlunoDAL(context);
 }
Esempio n. 19
0
 public CalendarioController(IESContext context)
 {
     _context      = context;
     calendarioDAL = new CalendarioDAL(context);
 }
Esempio n. 20
0
 public ProfessorController(IESContext context)
 {
     this._context = context;
     projetoDAL    = new ProjetoDAL(context);
     professorDAL  = new ProfessorDAL(context);
 }
Esempio n. 21
0
 public UsuarioRep(IESContext dbContext)
 {
     _dbContext = dbContext;
 }
Esempio n. 22
0
 public MusicoController(IESContext context)
 {
     _context = context;
 }
 public AcademicoDAL(IESContext context)
 {
     _context = context;
 }
 public InstituicaoDAL(IESContext context)
 {
     _context = context;
 }
 public AcademicoController(IESContext context)
 {
     _context     = context;
     academicoDAL = new AcademicoDAL(context);
 }
Esempio n. 26
0
 public AlunoDAL(IESContext context)
 {
     _context = context;
 }
Esempio n. 27
0
 public DepartamentoDAL(IESContext context)
 {
     _context = context;
 }
 public DepartamentoController(IESContext context)
 {
     _context        = context;
     instituicaoDAL  = new InstituicaoDAL(context);
     departamentoDAL = new DepartamentoDAL(context);
 }
Esempio n. 29
0
 public InstituicaoController(IESContext context)
 {
     _context = context;
 }
Esempio n. 30
0
 public ClienteController(IESContext context)
 {
     _context = context;
 }