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