public BackupAjaxHandler.Schedule GetBackupSchedule() { if (CoreContext.Configuration.Standalone) { TenantExtra.DemandControlPanelPermission(); } return(backupHandler.GetSchedule()); }
public BackupAjaxHandler.Schedule GetBackupSchedule() { return(backupHandler.GetSchedule()); }