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