Hi,
I have a project with DDD design, and the models are in a separated DLL.
How I proceed to implement AspNet Identity in my solution without references of DLL from AspNet Identity to my domain?
In case without reference of interface IUser<TKey> to my User model it seems sufficient.
Thanks
↧
How use Asp.Net Identity 2 in a DDD design where models are isolated in a separated projetct?
↧