Пример #1
0
 public async Task <IEnumerable <ShowcaseViewModel> > GetAll()
 {
     return(_mapper.Map <IEnumerable <ShowcaseViewModel> >(await _showcaseRepository.GetAll()));
 }