0
erkateknoloji created
Hi,
I'm root admin and i haven't tenant id. I want to see all tenant records but i dont want to use this way using (_unitOfWorkManager.Current.DisableFilter(AbpDataFilters.MayHaveTenant)). How to define global config?
1 Answer(s)
-
0
hi
You should use
using()
to disable/enable filters. This is the recommended practice, why don't you want to use it?