PIbd-21_BatylkinaAO_MusoevD.../Canteen/CanteenBusinessLogic/OfficePackage/HelperModels/PdfParagraph.cs
2023-05-20 12:11:48 +04:00

15 lines
307 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CanteenBusinessLogic.OfficePackage.HelperModels
{
public class PdfParagraph
{
public string Text { get; set; }
public string Style { get; set; }
}
}