26ea1db09fb69be0793a80766f063c59110a78a9
- 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)
Description
No description provided
Languages
Visual Basic .NET
59.2%
HTML
34%
C#
5%
CSS
1.8%