Example #1
0
 public IEnumerable <FormDto> GetFormDtos() =>
 _repository
 .All()
 .Select(MapToDto);