Hi,
my Asp.NetUsers table is related with Customer table and other tables (one to one)
i want use this code _userManager.GetUsersInRoleAsync("Customer") to get customer users but i want set include to customer table.
how can i use include in _userManager.GetUsersInRoleAsync to get users and include with other tables
↧
Include In UserManager Asp.Net Core
↧