public UserStoreTests()
 {
     _orgCtx    = _uth.GetsiteContext();
     _appDb     = _orgCtx.AppDb;
     _store     = _uth.GetUserStore();
     _roleStore = _uth.GetRoleStore();
 }
Пример #2
0
 public RoleStoreTests()
 {
     _appDb     = _uth.GetTenantContext().DbContext.AppDb;
     _userStore = _uth.GetUserStore();
     _roleStore = _uth.GetRoleStore();
 }