drinkrate/DrinkRateAPI/DbEntities
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
..
DbApplicationUser.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbCompany.cs Upgrade EF models and add some EF mappings 2025-08-09 12:54:29 +02:00
DbCompanyRating.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbCompanyTable.cs Map EF company table and table view 2025-08-09 13:10:58 +02:00
DbCompanyTableView.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbProduct.cs Upgrade EF models and add some EF mappings 2025-08-09 12:54:29 +02:00
DbProductRating.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbProductTable.cs Map EF company table and table view 2025-08-09 13:10:58 +02:00
DbProductTableView.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbUserProfile.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbUserProfileCompanyTableStat.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbUserProfileProductTableStat.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00