Example #1
0
 public async Task <IEnumerable <ModelViewModel> > All() => _mapper.Map <IEnumerable <ModelViewModel> >(await _modelService.All());