コード例 #1
0
 public void RemoveClient(IdentityServer4.MongoDB.Entities.Client dbClient)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void AddClient(IdentityServer4.MongoDB.Entities.Client entity)
 {
     throw new NotImplementedException();
 }