feat: add DatabaseFacade property to IApplicationDbContext for raw SQL access

This commit is contained in:
masoodafar-web
2025-12-25 00:58:18 +03:30
parent 7cebb27171
commit 2d09a69be9
3 changed files with 156 additions and 115 deletions
@@ -11,6 +11,7 @@
<PackageReference Include="Mapster" Version="7.4.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.11" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.11" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.4.0" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.10" />