Tsukanova_I.V. LabWork08_hard #16

Closed
Inohara wants to merge 22 commits from LabWork08_hard into LabWork07_hard
5 changed files with 3 additions and 1 deletions
Showing only changes of commit d773742a2f - 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; }
}
}

View File

@ -326,6 +326,7 @@ namespace IceCreamShopDatabaseImplement.Migrations
b.Navigation("Client");
b.Navigation("IceCream");
});
b.Navigation("Implementer");
});