You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It confuse me to see a domain service folder in application Layer.
I think you can create a IReadRepository in your application layer and create DapperRepository in your infrastructure. And move your sql and dapper implementation in. Your application layer will be orm agnostic.
If you want to change from dapper to petapoco you can without modifying application layer
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It confuse me to see a domain service folder in application Layer.
I think you can create a IReadRepository in your application layer and create DapperRepository in your infrastructure. And move your sql and dapper implementation in. Your application layer will be orm agnostic.
If you want to change from dapper to petapoco you can without modifying application layer
Beta Was this translation helpful? Give feedback.
All reactions