This commit is contained in:
mmrbnjd
2024-03-31 01:33:17 +03:30
parent a9e3afdea4
commit 90545682b6
11 changed files with 120 additions and 110 deletions

View File

@@ -5,7 +5,7 @@
public int ID { get; set; }
public string Title { get; set; }
public string Text { get; set; }
public byte[]? Photo { get; set; }
public string? Photo { get; set; }
public string Date { get; set; }
public string Time { get; set; }
public bool Status { get; set; }