Api/Netina.Api
Amir Hossein Khademi 1d29f39cbc Add BrandId columns and update project framework
*  Introduce `EditDisc` migration in `NetinaShop.Repository.Migrations`
* 🗃️ Add `BrandId` column to `OrderProducts` and `Discounts` tables
* 🛠️ Set default value for `BrandId` in `OrderProducts` to `00000000-0000-0000-0000-000000000000`
* 🗃️ Make `BrandId` in `Discounts` nullable
* 🏷️ Create index on `BrandId` in `Discounts` table
* 🔗 Add foreign key constraint from `Discounts` to `Brands` on `BrandId`
* 🔄 Implement `Down` method to reverse migration changes
* ⬆️ Update target framework to `net8.0`
* 🔢 Increment `AssemblyVersion` and `FileVersion` in `Netina.Api.csproj`
* 🏷️ Add `BrandId` and `Count` properties to `ApplicationContextModelSnapshot.cs`
* 🆕 Add `BrandDiscount` entity inheriting from `Discount` with `BrandId` property

Changes made by Amir.h Khademi
2025-03-29 01:51:08 +03:30
..
AppSettings fix marten 2024-10-10 22:12:46 +03:30
Controllers Merge remote-tracking branch 'origin/subProduct' 2025-03-27 10:35:37 +03:30
Docs CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
Properties fix(DiscountCode),VER 1.0.5.6 2024-06-11 18:14:47 +03:30
Sentry/9DC334EC83D3BBA80249F4426A4CB422C68089AE fix(AmountSpecialOffer) 2024-08-05 23:23:32 +03:30
Services fix files 2024-08-09 21:55:16 +03:30
Views ADD VERSION 1.0.3.3 2024-06-09 18:07:20 +03:30
WebFramework Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
wwwroot CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
Dockerfile fix(TorobGetProducts) , fix(EmallsProducts), VER 1.0.4.5 2024-06-11 12:55:02 +03:30
Netina.Api.csproj Add BrandId columns and update project framework 2025-03-29 01:51:08 +03:30
Program.cs Merge branch 'master' of https://git.vnfco.ir/NetinaShop/Api 2024-09-11 19:59:59 +03:30