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]>`
@@ -0,0 +1,19 @@
# 00 The unedited conversation with Chat GPT, concerning almost all of the aspects of this session:
(optional): read this to get a better understanding of the topic:
https://chatgpt.com/share/67f18460-1c1c-8010-bc57-9f3b683ec87a
# DTO (Ali)
# Repository Code (Ali)
# AutoMapper (Ali)
# Result & Result Status (Amin)
# IService & Service (Amin)
# Controller (Amin)
# Seed Data
# Test -> Postman