TekH
26ea1db09f
feat(infrastructure): implement ISQLExecutor with EF6/EF Core support
- Move ISQLExecutor interface from Application to Domain layer
- Follow Clean Architecture: Infrastructure references Domain, not Application
- Namespace: ECMJobRunner.Domain.Interfaces
- Implement SQLExecutor service with conditional compilation
- EF6 (net480): Database.SqlQuery<T>()
- EF Core (net8.0): Database.SqlQueryRaw<T>()
- Register ISQLExecutor in DI (AddInfrastructure, AddInfrastructureInMemory)
- Scoped lifetime (aligns with DbContext)
2026-07-11 16:43:57 +02:00
..
2026-07-09 15:45:18 +02:00
2026-07-09 15:45:18 +02:00
2026-07-09 15:58:33 +02:00
2026-07-11 16:43:57 +02:00
2026-07-09 13:35:02 +02:00
2026-07-11 16:43:57 +02:00
2026-07-09 15:58:33 +02:00