Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is xxxRepository class in model package, I think xxxRepository should be a separate package, can you explain your understanding plz? :) #42

Open
bkxpao opened this issue May 24, 2019 · 1 comment

Comments

@bkxpao
Copy link

bkxpao commented May 24, 2019

No description provided.

@hyhypepe
Copy link

xxxRepository class (interface class) should be in domain layer, not infrastructure layer. The class implements xxxRepository will be in infrastructure layer.

You should read carefully DDD book again. Hope that will help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants