12 Commits

Author SHA1 Message Date
16ddb2d336 Scaffold TeamsController in API project.
dotnet aspnet-codegenerator controller -name TeamsController -async -api -m Team -dc DeadBallZoneLeagueDbContext -outDir Controllers -dbProvider sqlite
2025-04-14 11:44:22 +02:00
8fc6bc96c0 Create new DbContext constructor with external Options.
And install related packages.
2025-04-14 10:50:13 +02:00
ba77fbd176 Update README with ASP.NET info. 2025-04-08 23:03:37 +02:00
fd6e601489 Update README with loading types. 2025-04-07 16:57:44 +02:00
c73a72204d Update README with relationships. 2025-04-07 10:53:03 +02:00
1197b9ecea Update README with rollback and list commands. 2025-04-07 10:13:55 +02:00
b114a696a0 Update README with migration script. 2025-04-06 23:35:37 +02:00
f58ce8f120 Add update example with no-tracking for coach. 2025-04-05 23:23:52 +02:00
29aebcea18 Update README. 2025-04-05 22:10:15 +02:00
23a75282c1 Update README file. 2025-04-04 23:31:13 +02:00
de4c0d390c Update README. 2025-04-04 17:21:24 +02:00
3fae448287 Add initial README. 2025-04-04 15:54:24 +02:00