Exemplo n.º 1
0
 void IAccountStoreContainerSync <IOrganizationAccountStoreMapping> .SetDefaultGroupStore(IAccountStore accountStore)
 => AccountStoreContainerShared.SetDefaultStore <IOrganization, IOrganizationAccountStoreMapping>(this, accountStore, isAccountStore: false);
 void IAccountStoreContainerSync <IApplicationAccountStoreMapping> .SetDefaultAccountStore(IAccountStore accountStore)
 => AccountStoreContainerShared.SetDefaultStore <IApplication, IApplicationAccountStoreMapping>(this, accountStore, isAccountStore: true);