Пример #1
0
 public ContentStorageDestinationResolver(
     IContentStorageDestinationFactory contentStorageDestinationFactory,
     IContentStorageServiceProvider contentStorageServiceProvider)
 {
     _contentStorageDestinationFactory = contentStorageDestinationFactory;
     _contentStorageServiceProvider    = contentStorageServiceProvider;
 }
Пример #2
0
 public ContentStorageSourceResolver(
     IContentStorageSourceFactory contentStorageSourceFactory,
     IContentStorageServiceProvider contentStorageServiceProvider)
 {
     _contentStorageSourceFactory   = contentStorageSourceFactory;
     _contentStorageServiceProvider = contentStorageServiceProvider;
 }