using MigraDoc.DocumentObjectModel; using MigraDoc.DocumentObjectModel.Tables; using MigraDoc.Rendering; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BankBusinessLogic.OfficePackage.Implements { // Реализация создания Pdf-документа от абстрактного класса public class SaveToPdf { private Document? _document; private Section? _section; private Table? _table; } }