0
datalab created
Hello I need to add a custom field CustomerId to Abp Session , what is the best way to extend AbpSession? Then I need to use this field to filter the data. this is a correct solution https://docs.microsoft.com/en-us/ef/core/querying/filters ?.
I have AspNet Zero 8.1, Angular, .Net Core.
Best Regards Dennis Bellancini
2 Answer(s)
-
0
hi
There are documents that you can reference to.
https://aspnetboilerplate.com/Pages/Documents/Articles\How-To\add-custom-session-field-aspnet-core https://aspnetboilerplate.com/Pages/Documents/Articles\How-To\add-custom-data-filter-ef-core
-
0
Tank you very mutch.