示例#1
0
 public AuthenticationGateway(IBluepillUserStorage storage)
 {
     //_gateway = null; //new BluepillUserStorage(new StorageContext());
     _storage = storage;
 }
 public BluePillPrincipalService(ITokenStorage storage, IBluepillUserStorage user)
 {
     _storage = storage;
     _user = user;
 }