1) How do I create an instance of User if I don't have a UserModel object?Probably dumb questions but basically, how I keep alternating between their uses? There is probably a better way to do it. If so, please I want to do this the best way possible. I am new to EF Core and SQL Server in general but willing to learn anything to make my project the best version possible.
2) When adding a new UserModel to the DB, how do I do it if I am using User objects throughtout the project, not UserModel objects?