Created
February 12, 2015 14:50
-
-
Save rogeralsing/4551040997192ef12403 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Domain | |
ref till Squeed.Infrastructure | |
innehåller repos, entiteter, value objects etc | |
Känner bara till IUoW | |
Context | |
ref till domän och EF | |
innehåller DbContext | |
Kan man leva med en ref till EF i domain så kan man ignorera denna helt | |
Squeed.Infrastructure | |
innehåller IUoW | |
e.v. imp för EfUoW samt InMemUoW, eller så ligger de i separata assemblies | |
Application | |
ref till domain | |
ref till infrastructure + EfUoW | |
ref till context | |
Test | |
ref till domain | |
ref till infrastructure + InMemUoW | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment