예제 #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();
 }