I have an university assigment where I need to create a full-stack application with using ASP.net with 2 databases(SQlite).In addition, connected to a Blazor UI.
My problem is that everytime I try to assign my client to a job I get an error that I can't assign an existing id.
Here is my values:
Client:
- Id(Generated by EF)
- Name
- Address
Job:
- Id(Generated by EF)
- ClientID
- License Plate
- Manufacturing Year
- Work Category
- Description
- Severity
- Work stage
Here is my link to my repo:
https://github.com/gmark1337/NI-Mechanic
It might be a trivial error of my own, but I would be grateful if someone lends a hand for me!
Thank you for reply in advance!