Esempio n. 1
0
 public async Task <IEnumerable <TViewModel> > GetAllAsync()
 {
     return(iMapper.Map <IEnumerable <TEntity>, IEnumerable <TViewModel> >(await domainService.GetAllAsync()));
 }