public alunoController(IBaseRepository <aluno> alunoRepository, IReduContext context) { _alunoRepository = alunoRepository; _context = context; }
public BaseRepository(IReduContext ireducontext) { _dbContext = ireducontext; }
public professoreController(IBaseRepository <professore> professoreRepository, IReduContext context) { _professoreRepository = professoreRepository; _context = context; }