Ejemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <AttributeDto> > > GetAsync()
 {
     return(_mapper.Map <List <AttributeDto> >(await _service.GetAsync()));
 }