codefinity / oeuvre

The Theater Of Evolutionary Architecture
MIT License
8 stars 2 forks source link

Unable to create domain services #1

Open codefinity opened 3 years ago

codefinity commented 3 years ago

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

codefinity commented 3 years ago

Possible Solution:

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