Example #1
0
 public SharePointImportDestination(ImportSettings settings)
 {
     this.DocumentLibraryRepository = (IDocumentLibraryRepository) new SharepointFileTransfer.SharePoint.Importer.SharePoint.DocumentLibraryRepository(settings);
     ImportSettings = settings;
 }
 public DocumentLibraryService(IDocumentLibraryRepository iDocumentLibraryRepository)
 {
     this._iDocumentLibraryRepository = iDocumentLibraryRepository;
 }