vault backup: 2025-03-28 14:05:50

This commit is contained in:
2025-03-28 14:05:50 +03:30
parent ebf100a5b4
commit ffe849716e
2 changed files with 457 additions and 1 deletions
@@ -204,7 +204,7 @@ public class BaseRepository<K_DbContext, T_Entity, U_PrimaryKey> : IRepository<T
}
```
## Create one interface for each entity, and name it `I[Entity]Repository`
## Create one interface for each entity(except the join tables for now), and name it `I[Entity]Repository`
- [ ] For each entity, create an interface that inherits `IRepository`
- [ ] (Optional): Add method definitions as you deem needed for that entity (not recommended right now. We will come back to this part later)