Anatolii Grynchuk
|
ee4c988a0d
|
refactor: replace local dal abstractions with hrynco-ef packages
Remove duplicate IEntity, Entity, ITransaction, IUnitOfWork, EfRepository,
EfUnitOfWork, EfTransactionAdapter — now consumed from HrynCo.DAL.Abstract
and HrynCo.DAL.EF packages (1.0.1).
Ref: IT-0
|
2026-05-05 20:39:06 +03:00 |
|
Anatolii Grynchuk
|
ed4a6578c3
|
refactor: restructure solution to match ItemTracker layered architecture
- Remove Core (replaced by dedicated layers)
- Add DAL.Abstract (domain model + repository interfaces)
- Add DAL.EF (EF context, entities, migrations — references DAL.Abstract)
- Add Services (business logic — references DAL.Abstract only, not DAL.EF)
- Api and Worker reference Services + DAL.EF for DI wiring
- Replace Core.Tests with Services.Tests
- Dependency boundary enforced: Services never references DAL.EF
Ref: IT-628
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-05-01 19:17:26 +03:00 |
|