public NoticiaRepository(PortalNoticiasContext context) { _context = context; }
public NoticiaController(NoticiaRepository repo, IMapper mapper, PortalNoticiasContext context) { _repo = repo; _mapper = mapper; _context = context; }