public GoogleDriveAccountFactory( AuthenticatorFactory authenticatorFactory, IFilesGetterFactory filesGetterFactory, IFolderSynchronizerFactory folderSynchronizerFactory) { this.authenticatorFactory = authenticatorFactory; this.filesGetterFactory = filesGetterFactory; this.folderSynchronizerFactory = folderSynchronizerFactory; }
public DriveFolderSynchronizerFactory(IFilesGetterFactory driveFileGetterFactory, IFileDownloader driveFileDownloader) { this.driveFileGetterFactory = driveFileGetterFactory; this.driveFileDownloader = driveFileDownloader; }