public FrequenciaController(IESContext context) { _context = context; frequenciaDAL = new FrequenciaDAL(context); alunoDAL = new AlunoDAL(context); calendarioDAL = new CalendarioDAL(context); }
public ProfessorController(IESContext context) { _context = context; instituicaoDAL = new InstituicaoDAL(context); departamentoDAL = new DepartamentoDAL(context); cursoDAL = new CursoDAL(context); professorDAL = new ProfessorDAL(context); }
public LivroController(IESContext context) { _context = context; }
public AcademicoController(IESContext context, IWebHostEnvironment env) { _context = context; _env = env; academicoDAL = new AcademicoDAL(context); }
public ProjetoDAL(IESContext context) { _context = context; }
public CarteiraRep(IESContext dbContext) { _dbContext = dbContext; }
public InstituicaoController(IESContext context) { _context = context; instituicaoDAL = new InstituicaoDAL(context); }
public TurmaController(IESContext context) { this._context = context; }
public AlunoController(IESContext context) { _context = context; }
public CarroController(IESContext context) { _context = context; }
public CursoDAL(IESContext context) { _context = context; }
public DepartamentoController(IESContext context) { this._context = context; _instituicaoDAL = new InstituicaoDAL(context); _departamentoDAL = new DepartamentoDAL(context); }
public ProfessorDAL(IESContext context) { _context = context; }
public DepartamentoController(IESContext context) { this._context = context; }
public UnidadeCurricularController(IESContext context) { this._context = context; }
public CursoController(IESContext context) { _context = context; departamentoDAL = new DepartamentoDAL(_context); cursoDAL = new CursoDAL(_context); }
public ModalidadeController(IESContext context) { this._context = context; }
public AlunoController(IESContext context) { this._context = context; projetoDAL = new ProjetoDAL(context); alunoDAL = new AlunoDAL(context); }
public CalendarioController(IESContext context) { _context = context; calendarioDAL = new CalendarioDAL(context); }
public ProfessorController(IESContext context) { this._context = context; projetoDAL = new ProjetoDAL(context); professorDAL = new ProfessorDAL(context); }
public UsuarioRep(IESContext dbContext) { _dbContext = dbContext; }
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); }
public AlunoDAL(IESContext context) { _context = context; }
public DepartamentoDAL(IESContext context) { _context = context; }
public DepartamentoController(IESContext context) { _context = context; instituicaoDAL = new InstituicaoDAL(context); departamentoDAL = new DepartamentoDAL(context); }
public InstituicaoController(IESContext context) { _context = context; }
public ClienteController(IESContext context) { _context = context; }