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