drinkrate/DrinkRateAPI
martinshoob 786f83bf2d Connect UserProfile with ApplicationUser
Establishes a link between DbUserProfile and DbApplicationUser,
allowing for better management of user-related information
and integration with ASP.NET Identity.

Renames DbUser to DbUserProfile and updates related entities and configurations.
2025-08-09 15:43:32 +02:00
..
Contexts Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbEntities Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
Migrations Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
Properties INIT 2025-08-08 23:28:03 +02:00
appsettings.json Create base db migration 2025-08-09 14:54:45 +02:00
DrinkRateAPI.csproj Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DrinkRateAPI.http INIT 2025-08-08 23:28:03 +02:00
Program.cs Create base db migration 2025-08-09 14:54:45 +02:00