public IndexModel(AccountService accountService, FolderConfigurationService folderConfigurationService, HiDriveSyncService hiDriveSyncService) { _accountService = accountService; _folderConfigurationService = folderConfigurationService; _hiDriveSyncService = hiDriveSyncService; }
public CreateEditModel(FolderConfigurationService folderConfigService, AccountService accountService, HiDriveSyncService hiDriveSyncService) { _folderConfigService = folderConfigService; _accountService = accountService; _hiDriveSyncService = hiDriveSyncService; }