diff options
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs')
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs index c681e2cee..413583f2f 100644 --- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs @@ -53,5 +53,6 @@ namespace Tango.Portal.Chat.Web.Models public string Answer { get; set; } = string.Empty; public string UsedKql { get; set; } = string.Empty; public object? Preview { get; set; } + public string Ploty { get; set; } = string.Empty; } } |
