Beispiel #1
0
 public Task StoreAsync(PersistedGrant grant)
 {
     _repository.Create(ToEntity(grant));
     return(Task.CompletedTask);
 }