Изображения в услугах, поиске, возможность открыть карточку услуги
This commit is contained in:
@@ -37,7 +37,8 @@ public class GetMyOffersQueryHandler : IRequestHandler<GetMyOffersQuery, Result<
|
||||
offer.Description ?? string.Empty,
|
||||
offer.Price,
|
||||
offer.Attributes,
|
||||
offer.IsActive
|
||||
offer.IsActive,
|
||||
offer.Images
|
||||
)).ToList();
|
||||
|
||||
return Result<List<OfferDto>>.Success(list);
|
||||
|
||||
Reference in New Issue
Block a user