Namespace EasySave_Project.Service
Classes
AJobStrategyService
Abstract class defining a backup strategy. Implements the IJobStrategyService interface and enforces the implementation of the Execute method in derived classes.
ConfigurationService
GlobalDataService
JobCompleteService
Strategy for complete backup jobs. This class implements the IJobStrategy interface and provides the functionality to execute a full backup of the specified job.
JobDifferencialService
Strategy for differential backup jobs. This class implements the IJobStrategy interface and provides the functionality to execute a differential backup of the specified job.
JobService
LoadDataService
SettingsService
TranslationService
Interfaces
IJobStrategyService
Defines the contract for backup job strategies. Implementations of this interface must provide a concrete execution method for different types of backup jobs.