public ContentStorageSystemPrincipalProvider(
     IContentStorageIdentityFactory contentStorageIdentityFactory,
     IContentStoragePrincipalFactory contentStoragePrincipalFactory)
 {
     _contentStorageIdentityFactory  = contentStorageIdentityFactory;
     _contentStoragePrincipalFactory = contentStoragePrincipalFactory;
 }
Exemplo n.º 2
0
 public ContentStoragePrincipalProvider(
     IContentStorageIdentityFactory contentStorageIdentityFactory,
     IContentStoragePrincipalFactory contentStoragePrincipalFactory,
     IContentStorageSystemAccountProvider contentStorageSystemAccountProvider)
 {
     _contentStorageIdentityFactory       = contentStorageIdentityFactory;
     _contentStoragePrincipalFactory      = contentStoragePrincipalFactory;
     _contentStorageSystemAccountProvider = contentStorageSystemAccountProvider;
 }