public UserStoreTests()
 {
     _orgCtx    = _uth.GetsiteContext();
     _appDb     = _orgCtx.AppDb;
     _store     = _uth.GetUserStore();
     _roleStore = _uth.GetRoleStore();
 }
Exemplo n.º 2
0
 public RoleStoreTests()
 {
     _appDb     = _uth.GetTenantContext().DbContext.AppDb;
     _userStore = _uth.GetUserStore();
     _roleStore = _uth.GetRoleStore();
 }
Exemplo n.º 3
0
 public UserAuthenticationTokenStoreTests()
 {
     _appDb = _uth.GetTenantContext().DbContext.AppDb;
     _store = _uth.GetUserStore();
 }
Exemplo n.º 4
0
 public UserClaimStoreTests()
 {
     _appDb = _uth.GetTenantContext().DbContext.AppDb;
     _store = _uth.GetUserStore();
 }
 public UserAuthenticationTokenStoreTests()
 {
     _orgCtx = _uth.GetsiteContext();
     _appDb  = _orgCtx.AppDb;
     _store  = _uth.GetUserStore();
 }