示例#1
0
 public ResourceStore(AuthenticationServiceContext context)
 {
     this.context = context;
 }
示例#2
0
 public ClientStore(AuthenticationServiceContext context)
 {
     this.context = context;
 }