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