Dialogs nullable

This commit is contained in:
Cj
2025-01-08 06:29:57 -05:00
parent c4b2f4b3db
commit ae882e9f7d
25 changed files with 120 additions and 119 deletions
@@ -5,5 +5,5 @@ namespace Core.Models.Eft.Dialog;
public class RemoveDialogRequestData
{
[JsonPropertyName("dialogId")]
public string DialogId { get; set; }
public string? DialogId { get; set; }
}