public async Task <ActionResult <IEnumerable <JobOfferViewModel> > > GetAll() { var result = await _jobOfferService.GetAll(); return(Ok(result)); }