diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-04 12:31:46 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-04 12:31:46 +0300 |
| commit | 13f9257daed202db98442f4a97167fd4d0e09e14 (patch) | |
| tree | 1b735c7212ed42ff808a8ce16b71e6991a44b32c /Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models | |
| parent | 5c8f370f9733b881aea4232391b86a640c218f42 (diff) | |
| download | Tango-13f9257daed202db98442f4a97167fd4d0e09e14.tar.gz Tango-13f9257daed202db98442f4a97167fd4d0e09e14.zip | |
Multiple Improvements.
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models')
| -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; } } |
