Пример #1
0
 public TestAuthStateProvider(CustomLocalStorageService storage)
 {
     this.storage = storage ?? throw new ArgumentNullException(nameof(storage));
 }
 public LoggedInData(CustomLocalStorageService storage)
 {
     _storage = storage;
 }