Go to file
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
.config Add project files. 2023-12-16 20:25:12 +03:30
.vscode feat : add payment , zarinpal gateway 2024-02-12 10:46:18 +03:30
Netina.Api Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Netina.Common Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Netina.Core Add support for brand-based discounts 2025-03-23 09:40:55 +03:30
Netina.Domain Add support for brand-based discounts 2025-03-23 09:40:55 +03:30
Netina.Infrastructure Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Netina.Repository Add support for brand-based discounts 2025-03-23 09:40:55 +03:30
Tools/NetinaShop.WordPressDBConverter Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
.dockerignore Add project files. 2023-12-16 20:25:12 +03:30
.gitattributes Add .gitattributes and .gitignore. 2023-12-16 20:25:08 +03:30
.gitignore Add .gitattributes and .gitignore. 2023-12-16 20:25:08 +03:30
.version Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Dockerfile edit docker file 2024-04-17 12:27:59 +03:30
Netina.sln feat : add version 0.22.25.43 , fix payment issue 2024-04-17 12:24:47 +03:30