コード例 #1
0
ファイル: PortalApi.cs プロジェクト: Alibek23/CommunityServer
        public BackupAjaxHandler.Schedule GetBackupSchedule()
        {
            if (CoreContext.Configuration.Standalone)
            {
                TenantExtra.DemandControlPanelPermission();
            }

            return(backupHandler.GetSchedule());
        }
コード例 #2
0
 public BackupAjaxHandler.Schedule GetBackupSchedule()
 {
     return(backupHandler.GetSchedule());
 }