Hi! I have a service, and i need to check user is exist and modify some records, from an another website, I can't use UnitofWork, how i get access to DB ? i get Tenant Name, User Name and Password?
Sorry for my english
Hi! I don't know why, but when i wrote this: await userStore.GetAllUsersAsync(); here, i get Admin, but i don't get Users await userStore.FindByIdAsync(long UserId); its an exist UserId -> it will be NULL and i don't login, because i have to know Sponsor User's ExternalId. How i get users without Login?