This commit is contained in:
Inohara 2023-05-05 09:18:56 +04:00
parent 5e6d303874
commit 7e2a8252ee
4 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
DateTime DateDelivery { get; }
string Subject { get; }
string Body { get; }
public bool HasRead { get; }
public string? Reply { get; }
}
}