Ejemplo n.º 1
0
 public async Task <IEnumerable <ExameViewModel> > GetAll() =>
 _mapper.Map <IEnumerable <ExameViewModel> >(await _exameRepository.GetAll());
Ejemplo n.º 2
0
 public IEnumerable <ListExameViewModel> Get() => _repository.GetAll();