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

Unable to create domain services #1

Open
2 tasks
codefinity opened this issue Aug 24, 2020 · 1 comment
Open
2 tasks

Unable to create domain services #1

codefinity opened this issue Aug 24, 2020 · 1 comment

Comments

@codefinity
Copy link
Owner

Unable to create domain services because:

  1. The Repositories that Domain services should have access to, do not allow full LINQ Query because the Entity fields are private.

File: IdentityAccess\Oeuvre.Modules.IdentityAccess.Domain\DomainServices\AuthenticationService.cs

  • Need to review the CQRS data reading strategy because currently the Queries are in the application layer.

  • Check how Domain Services fit-in with CQRS.

@codefinity
Copy link
Owner Author

Possible Solution:

Read data from the existing repositories using Raw SQL Queries like how it's done in IUserRepository.

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

1 participant