Api/Netina.Domain/Dtos/LargDtos
Amir Hossein Khademi 48d3386233 Add brand-specific discount feature
-  Add `MudAutocomplete` for brand selection in UI
  Introduced a new component in `DiscountActionDialogBox.razor`.
- 🆕 Introduce `IsBrandEnable` property in ViewModel
  Added to manage the state of brand-specific discounts.
- 🔄 Update ViewModel logic for `IsBrandEnable`
  Ensured mutual exclusivity with other discount types.
- 🛠️ Handle brand selection in `SubmitEditAsync`
  Added logic for brand selection and validation.
- 🔍 Modify `SearchBrand` method in ViewModel
  Fetch and return brand data for selection.
- 📦 Change target framework to `net5.0`
  Updated `Netina.Common.csproj` and `Netina.Domain.csproj`.
- 🆙 Update `UpdateDiscountCommand` and `DiscountLDto`
  Included `BrandId` and `BrandName` properties.
- 🛠️ Modify `UpdateDiscountCommandHandler`
  Handle brand-specific discount updates.
- 🆕 Add `SubmitEditAsync` method in ViewModel
  For handling discount edits.

Changes made by Amir.H Khademi
2025-04-14 18:02:07 +03:30
..
BasePageLDto.cs Enhance page management and dialog functionality 2025-03-25 18:41:41 +03:30
BlogCategoryLDto.cs feat : add slug to blog and products , refactor domain project 2024-04-22 13:33:39 +03:30
BlogLDto.cs Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
BrandLDto.cs Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
CommentLDto.cs change to comment 2024-09-25 17:08:35 +03:30
DiscountLDto.cs Add brand-specific discount feature 2025-04-14 18:02:07 +03:30
OrderLDto.cs Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
ProductCategoryLDto.cs feat(MetaTags) , feat(ProductCategoryMetaTags) , VER 1.6.18.28 2024-10-25 14:36:19 +03:30
ProductLDto.cs Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30