0
shedspotter created
3 Answer(s)
-
0
Hi @shedspotter,
You can create a domain service and inject IAbpSession into your domain service and return your entity by setting related fields using this domain service.
Also, you must only allow cretion of your entity using this domain service.
-
0
For working with IAbpSession please refer to this :
https://aspnetboilerplate.com/Pages/Documents/Abp-Session
-
0
Thanks for solution