コード例 #1
0
ファイル: BackupController.cs プロジェクト: ztcyun/AppServer
        public BackupAjaxHandler.Schedule GetBackupSchedule()
        {
            if (CoreBaseSettings.Standalone)
            {
                TenantExtra.DemandControlPanelPermission();
            }

            return(BackupHandler.GetSchedule());
        }