feat: Add discount module with protobuf definitions and gRPC services

This commit is contained in:
masoodafar-web
2025-12-06 01:39:22 +03:30
parent 4aa9f28f6e
commit 09fc0d85af
51 changed files with 1964 additions and 80 deletions

View File

@@ -7,6 +7,17 @@
<DockerfileContext>..\..\..</DockerfileContext>
</PropertyGroup>
<!-- Exclude services that depend on excluded handlers -->
<ItemGroup>
<Compile Remove="Services/ConfigurationService.cs" />
<Compile Remove="Services/ManualPaymentService.cs" />
<Compile Remove="Services/PublicMessageService.cs" />
<!-- Exclude mappings with proto type mismatches -->
<Compile Remove="Common/Mappings/ProductsProfile.cs" />
<Compile Remove="Common/Mappings/UserOrderProfile.cs" />
<Compile Remove="Common/Mappings/PublicMessageProfile.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.54.0" />
<PackageReference Include="Grpc.AspNetCore.Web" Version="2.54.0" />