Compare commits
6 Commits
64b7846fe6
...
d773742a2f
Author | SHA1 | Date | |
---|---|---|---|
d773742a2f | |||
f7c5ff8a17 | |||
687cff0a87 | |||
079efaa43c | |||
|
e2b4bf836d | ||
|
7e2a8252ee |
@ -8,6 +8,7 @@
|
|||||||
DateTime DateDelivery { get; }
|
DateTime DateDelivery { get; }
|
||||||
string Subject { get; }
|
string Subject { get; }
|
||||||
string Body { get; }
|
string Body { get; }
|
||||||
|
public bool HasRead { get; }
|
||||||
|
public string? Reply { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -326,6 +326,7 @@ namespace IceCreamShopDatabaseImplement.Migrations
|
|||||||
b.Navigation("Client");
|
b.Navigation("Client");
|
||||||
|
|
||||||
b.Navigation("IceCream");
|
b.Navigation("IceCream");
|
||||||
|
});
|
||||||
|
|
||||||
b.Navigation("Implementer");
|
b.Navigation("Implementer");
|
||||||
});
|
});
|
||||||
|
BIN
IceCreamShop/ImplementationExtensions/IceCreamBusinessLogic.dll
Normal file
BIN
IceCreamShop/ImplementationExtensions/IceCreamBusinessLogic.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user