Implement a `UserWithProfileManager` to automatically create a default user profile upon user registration. This ensures that each user has an associated profile with default values (e.g., `UserName`, `IsAdmin`, `IsDeleted`). Updates the database schema to reflect the change from UserId to UserProfileId in the UserProfileCompanyTableStat and UserProfileProductTableStat entities. |
||
---|---|---|
.. | ||
Contexts | ||
DbEntities | ||
Migrations | ||
Properties | ||
appsettings.json | ||
DrinkRateAPI.csproj | ||
DrinkRateAPI.http | ||
Program.cs |