Пример #1
0
 public LogOutHandler(IStore aStore, GlobalAppState globalAppState, AuthenticationStateProvider auth) : base(aStore)
 {
     GlobalAppState = globalAppState;
     Auth           = auth as AbAuthenticationStateProvider;
 }
Пример #2
0
 public LogInHandler(IStore aStore, AuthenticationStateProvider auth) : base(aStore)
 {
     Auth = auth as AbAuthenticationStateProvider;
 }