для сдачи?

This commit is contained in:
malimova 2024-04-26 09:11:03 +04:00
parent 12dd661a80
commit ab3ce507e2

View File

@ -15,8 +15,7 @@ namespace ConfectioneryBusinessLogic.OfficePackage.Implements
/// </summary>
/// <param name="type"></param>
/// <returns></returns>
private static JustificationValues
GetJustificationValues(WordJustificationType type)
private static JustificationValues GetJustificationValues(WordJustificationType type)
{
return type switch
{
@ -44,8 +43,7 @@ namespace ConfectioneryBusinessLogic.OfficePackage.Implements
/// </summary>
/// <param name="paragraphProperties"></param>
/// <returns></returns>
private static ParagraphProperties?
CreateParagraphProperties(WordTextProperties? paragraphProperties)
private static ParagraphProperties? CreateParagraphProperties(WordTextProperties? paragraphProperties)
{
if (paragraphProperties == null)
{