refactor(EnvelopeDocument): rename as Document

This commit is contained in:
2025-09-09 18:56:55 +02:00
parent fbbc05814f
commit ae669d05e7
23 changed files with 51 additions and 51 deletions

View File

@@ -192,7 +192,7 @@ public static class Extensions
string lorem = faker.Lorem.Paragraphs(2);
QuestPDF.Settings.License = LicenseType.Community;
var document = Document.Create(container =>
var document = QuestPDF.Fluent.Document.Create(container =>
{
container.Page(page =>
{