Api/Netina.Core/EntityServices
Amir Hossein Khademi 96feec0b26 Add support for brand-based discounts
* 🆕 Added support for brand discounts in `CalculateOrderDiscountCommandHandler`
* 🏷️ Updated `DiscountCommands` class to include `BrandId` property
* 🏗️ Introduced `BrandDiscount` class in `Discount.Aggregate.cs` with `Create` method
* 🛠️ Modified `Order` class in `Order.Aggregate.cs` to handle `BrandId`
* 🏷️ Updated `OrderProduct` class in `Order.Aggregate.cs` to include `BrandId` property
* 🆕 Added `Brand` discount type to `DiscountType` enum
*  Enhanced `CreateDiscountCommandHandler` and `UpdateDiscountCommandHandler` for brand discounts
* 🆕 Introduced `BrandDiscount` class in `BrandDiscount.cs` to represent brand-specific discounts

Changes made by Amir.h Khademi
2025-03-23 09:40:55 +03:30
..
Abstracts refactor(SearchService) , chore(BaseServices) , feat(SmsLookUpMethod) 2024-06-06 13:26:40 +03:30
CommentHandlers Update Packages 2024-09-24 14:03:16 +03:30
DiscountHandlers Add support for brand-based discounts 2025-03-23 09:40:55 +03:30
MarketerHandlers fix files 2024-08-09 21:55:16 +03:30
OrderBagHandlers fix files 2024-08-09 21:55:16 +03:30
OrderHandlers free shiping 2025-02-11 14:22:42 +03:30
UserService.cs fix files 2024-08-09 21:55:16 +03:30