Exemple #1
0
 Task <IApplicationAccountStoreMapping> IAccountStoreContainer <IApplicationAccountStoreMapping> .AddAccountStoreAsync(string hrefOrName, CancellationToken cancellationToken)
 => AccountStoreContainerShared.AddAccountStoreAsync(this, this.GetInternalAsyncDataStore(), hrefOrName, cancellationToken);
Exemple #2
0
 Task <IApplicationAccountStoreMapping> IAccountStoreContainer <IApplicationAccountStoreMapping> .AddAccountStoreAsync <T>(Func <IAsyncQueryable <T>, IAsyncQueryable <T> > query, CancellationToken cancellationToken)
 => AccountStoreContainerShared.AddAccountStoreAsync(this, this.GetInternalAsyncDataStore(), query, cancellationToken);
Exemple #3
0
 Task <IOrganizationAccountStoreMapping> IAccountStoreContainer <IOrganizationAccountStoreMapping> .AddAccountStoreAsync(IAccountStore accountStore, CancellationToken cancellationToken)
 => AccountStoreContainerShared.AddAccountStoreAsync(this, this.GetInternalAsyncDataStore(), accountStore, cancellationToken);