namespace PARR.EsppOrderManager.Settings { /// /// Настройки шаблона поля "решение" в ЕСПП /// internal class ResultTemplateSettings { public string Template { get; set; } = string.Empty; public string MsgAgent { get; set; } = string.Empty; public string MsgAgentEmpty { get; set; } = string.Empty; } }