Esempio n. 1
0
 Task IAccountStoreContainer <IApplicationAccountStoreMapping> .SetDefaultGroupStoreAsync(IAccountStore groupStore, CancellationToken cancellationToken)
 => AccountStoreContainerShared.SetDefaultStoreAsync <IApplication, IApplicationAccountStoreMapping>(this, groupStore, isAccountStore: false, cancellationToken: cancellationToken);
Esempio n. 2
0
 Task IAccountStoreContainer <IOrganizationAccountStoreMapping> .SetDefaultAccountStoreAsync(IAccountStore accountStore, CancellationToken cancellationToken)
 => AccountStoreContainerShared.SetDefaultStoreAsync <IOrganization, IOrganizationAccountStoreMapping>(this, accountStore, isAccountStore: true, cancellationToken: cancellationToken);