Merge branch 'LabWork07_hard' into LabWork08_hard
This commit is contained in:
commit
d773742a2f
@ -8,6 +8,7 @@
|
||||
DateTime DateDelivery { get; }
|
||||
string Subject { get; }
|
||||
string Body { get; }
|
||||
|
||||
public bool HasRead { get; }
|
||||
public string? Reply { get; }
|
||||
}
|
||||
}
|
||||
|
@ -326,6 +326,7 @@ namespace IceCreamShopDatabaseImplement.Migrations
|
||||
b.Navigation("Client");
|
||||
|
||||
b.Navigation("IceCream");
|
||||
});
|
||||
|
||||
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…
x
Reference in New Issue
Block a user