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