Tsukanova_I.V. LabWork07_hard #15

Closed
Inohara wants to merge 12 commits from LabWork07_hard into LabWork06_hard
4 changed files with 2 additions and 1 deletions
Showing only changes of commit 7e2a8252ee - Show all commits

View File

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