vault backup: 2025-04-06 18:02:52

This commit is contained in:
2025-04-06 18:02:52 +03:30
parent 39b929ebb8
commit 60ce67cf90
3 changed files with 20 additions and 1 deletions
@@ -16,7 +16,7 @@ https://learn.microsoft.com/en-us/ef/core/modeling/
- The **Domain layer** should be **clean** (only entities, no database-related logic).
- The **Infrastructure layer** handles **database interactions**, so configurations belong here.
## Create configuration classes
- [ ] Create the classes with this format: `[Entity]Configutaion.cs`
- [ ] The class should implement the `IEntityTypeConfiguration<[Entity]>`