drinkrate/DrinkRateAPI
martinshoob e0ecd86288 Establish a one-to-one relationship
Define a one-to-one relationship between CompanyTable and ProductTable.

Correct a typo in the CompanyTable DbSet name within the ApplicationDbContext to ensure correct database mapping and operations.
2025-08-11 20:12:42 +02:00
..
ApiModels Add product table management endpoints 2025-08-11 19:47:34 +02:00
AuthorizationPolicies Enhance AdminOnly authorization policy 2025-08-11 19:47:12 +02:00
Contexts Establish a one-to-one relationship 2025-08-11 20:12:42 +02:00
Controllers Add product table management endpoints 2025-08-11 19:47:34 +02:00
DbEntities Establish a one-to-one relationship 2025-08-11 20:12:42 +02:00
Exceptions Add exception handling middleware 2025-08-11 18:36:12 +02:00
Migrations Establish a one-to-one relationship 2025-08-11 20:12:42 +02:00
Properties INIT 2025-08-08 23:28:03 +02:00
Services Add product table management endpoints 2025-08-11 19:47:34 +02:00
appsettings.json Create base db migration 2025-08-09 14:54:45 +02:00
DrinkRateAPI.csproj Add product table management endpoints 2025-08-11 19:47:34 +02:00
DrinkRateAPI.http INIT 2025-08-08 23:28:03 +02:00
Program.cs Enhance AdminOnly authorization policy 2025-08-11 19:47:12 +02:00