chore(App.VB): fix reference

This commit is contained in:
Developer 02
2025-11-11 22:33:46 +01:00
parent 6b34b55c4f
commit 9c0b1e3fa8
3 changed files with 7 additions and 5 deletions

View File

@@ -52,6 +52,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EnvelopeGenerator.Application.VB\EnvelopeGenerator.Application.VB.vbproj" />
<ProjectReference Include="..\EnvelopeGenerator.Domain\EnvelopeGenerator.Domain.csproj" />
<ProjectReference Include="..\EnvelopeGenerator.PdfEditor\EnvelopeGenerator.PdfEditor.csproj" />
</ItemGroup>

View File

@@ -5,6 +5,7 @@ using EnvelopeGenerator.Application.EnvelopeReports;
using EnvelopeGenerator.Application.Exceptions;
using EnvelopeGenerator.Domain.Entities;
using Microsoft.Extensions.Logging;
using EnvelopeGenerator.Application.VB;
namespace EnvelopeGenerator.Application.Pdf.Behaviors;