// GET: JobOffer public async Task <ActionResult> Index() { var offers = (await JobOfferFacade.GetAllOffers()).Items; return(View(offers)); }