Пример #1
0
 public IEnumerable <PhotoGroupModel> GetAll() =>
 _photoGroupRepository.GetAll()
 .Select(Mapper.Map <PhotoGroupModel>);