diff --git a/Confectionery/ConfectioneryBusinessLogic/AbstractSaveToWord.cs b/Confectionery/ConfectioneryBusinessLogic/AbstractSaveToWord.cs index bdbb056..d69ae7e 100644 --- a/Confectionery/ConfectioneryBusinessLogic/AbstractSaveToWord.cs +++ b/Confectionery/ConfectioneryBusinessLogic/AbstractSaveToWord.cs @@ -26,7 +26,10 @@ namespace ConfectioneryBusinessLogic.OfficePackage { CreateParagraph(new WordParagraph { - Texts = new List<(string, WordTextProperties)> {(pastry.PastryName, new WordTextProperties { Size = "24", }) }, + Texts = new List<(string, WordTextProperties)> { + (pastry.PastryName, new WordTextProperties { Size = "24", Bold = true}), + ("\t"+pastry.Price.ToString(), new WordTextProperties{Size = "24"}) + }, TextProperties = new WordTextProperties { Size = "24",