0
dinhienhy created
4 Answer(s)
-
0
I figured out the issue -- we need to have at least 1 tenant.
When I had the issue, I was getting No Results even on a simple _userRepository.GetAllList() which made no sense since I had multiple users in that table.
I went ahead and created a single Tenant in the tenant table with Id = 1 and now I'm setting all my Users to have TenantId = 1.
Worked after that.
Have an answer to this question?
Log in
and write your answer.