Ejemplo n.º 1
0
 public async Task <IReadOnlyCollection <CatDTO> > Get()
 {
     return(_mapper.mapper.Map <IReadOnlyCollection <CatDTO> >(await _repository.GetAsync()));
 }