PIbd-21_Balberova_D.N._Sush.../SushiBar/SushiBarBusinessLogic/OfficePackage/HelperModels/WordRow.cs
2023-03-23 16:39:55 +04:00

8 lines
182 B
C#

namespace SushiBarBusinessLogic.OfficePackage.HelperModels
{
public class WordRow
{
public List<(string, WordTextProperties)> Texts { get; set; } = new();
}
}