예제 #1
0
 public InMemoryManagerFacade(IMemoryAuthRepository root)
 {
     this.root = root;
 }
예제 #2
0
 public InMemoryTypedClientFacade(IMemoryAuthRepository root)
 {
     this.root = root;
 }