Esempio n. 1
0
 public async Task <IEnumerable <AnuncioDto> > GetAllAsync(bool @readonly = false)
 {
     return(_mapper.Map <IEnumerable <AnuncioDto> >(await _repository.GetAllAsync()));
 }