This commit is contained in:
mmrbnjd
2024-06-25 21:38:17 +03:30
parent 75b9644151
commit df6d5905ac
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
public string Message { get; set; }
public string Title { get; set; }
public string Date { get; set; }
public int Status { get; set; }
//public int Status { get; set; }
public string? ForUser { get; set; }
}