This commit is contained in:
@@ -7,6 +7,7 @@ using AyaNova.Models;
|
|||||||
using AyaNova.Api.ControllerHelpers;
|
using AyaNova.Api.ControllerHelpers;
|
||||||
using AyaNova.Biz;
|
using AyaNova.Biz;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace AyaNova.Api.Controllers
|
namespace AyaNova.Api.Controllers
|
||||||
{
|
{
|
||||||
@@ -114,7 +115,11 @@ namespace AyaNova.Api.Controllers
|
|||||||
LicenseStatus = AyaNova.Core.License.ActiveKey.Status,
|
LicenseStatus = AyaNova.Core.License.ActiveKey.Status,
|
||||||
MaintenanceExpired = AyaNova.Core.License.ActiveKey.MaintenanceExpired,
|
MaintenanceExpired = AyaNova.Core.License.ActiveKey.MaintenanceExpired,
|
||||||
ServerDbId = AyaNova.Core.License.ServerDbId,
|
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)
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user