This commit is contained in:
2020-07-13 21:00:11 +00:00
parent c457950d8b
commit 61fac1bfab

View File

@@ -7,6 +7,7 @@ using AyaNova.Models;
using AyaNova.Api.ControllerHelpers;
using AyaNova.Biz;
using System.Threading.Tasks;
using System;
namespace AyaNova.Api.Controllers
{
@@ -114,7 +115,11 @@ namespace AyaNova.Api.Controllers
LicenseStatus = AyaNova.Core.License.ActiveKey.Status,
MaintenanceExpired = AyaNova.Core.License.ActiveKey.MaintenanceExpired,
ServerDbId = AyaNova.Core.License.ServerDbId,
Company=AyaNova.Core.License.ActiveKey.RegisteredTo
Company=AyaNova.Core.License.ActiveKey.RegisteredTo,
TestTSDaysWMS=new TimeSpan(22,10,15,22,33),
TestTSLow=new TimeSpan(5,16,33),
TestTSDays=new TimeSpan(5,10,15,33)
};