Skip to content

Instantly share code, notes, and snippets.

@rogeralsing
Created February 12, 2015 14:50
Show Gist options
  • Save rogeralsing/4551040997192ef12403 to your computer and use it in GitHub Desktop.
Save rogeralsing/4551040997192ef12403 to your computer and use it in GitHub Desktop.
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