- added relationship contact-quote (0,1:n).
- changed relationship CD - product to 0,1:n.
- removed FK 'ProductId' from CD (no longer required due to relationsship change).
- removed property 'LinkToSap' from contact model.
- fixed LineItem PK (was 'QuoteId').
- fixed LineItem - quote relationsship.
- specified FK in some relationships to avoid duplicate fields generated by wrong EF Core guesses.
- set all PKs to Uint.
- Moved FKs in Quote.cs up.
- RegisteredUser.cs and RUSettings.cs: moved metadata down.