claude-test/backend
Martin Švrčina 6b58dfa4e4 Add BaseModel and AppDbContext with auto timestamps
- BaseModel in Domain.Common with Id, Created, Updated, Deleted fields
- AppDbContext in Infrastructure.Persistence overrides SaveChanges/Async
  to automatically set Created/Updated via ChangeTracker
- Added EF Core 8 and Pomelo.EntityFrameworkCore.MySql 8 packages

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 00:28:31 +01:00
..
ClaudeTest.API Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
ClaudeTest.Application Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
ClaudeTest.Domain Add BaseModel and AppDbContext with auto timestamps 2026-03-17 00:28:31 +01:00
ClaudeTest.Infrastructure Add BaseModel and AppDbContext with auto timestamps 2026-03-17 00:28:31 +01:00