Compare commits

...

6 Commits

5 changed files with 3 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; }
}
}

View File

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