public InMemoryUserProvider()
 {
     this.storage = InMemoryStorage.Instance;
 }
Beispiel #2
0
 public InMemoryGroupProvider()
 {
     this.storage = InMemoryStorage.Instance;
 }