Esempio n. 1
0
 public ContentStorageDestinationResolver(
     IContentStorageDestinationFactory contentStorageDestinationFactory,
     IContentStorageServiceProvider contentStorageServiceProvider)
 {
     _contentStorageDestinationFactory = contentStorageDestinationFactory;
     _contentStorageServiceProvider    = contentStorageServiceProvider;
 }
Esempio n. 2
0
 public ContentStorageSourceResolver(
     IContentStorageSourceFactory contentStorageSourceFactory,
     IContentStorageServiceProvider contentStorageServiceProvider)
 {
     _contentStorageSourceFactory   = contentStorageSourceFactory;
     _contentStorageServiceProvider = contentStorageServiceProvider;
 }