This commit is contained in:
2020-01-23 00:56:03 +00:00
parent 23c0264127
commit 4dbb74764d
3 changed files with 13 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ using AyaNova.Api.ControllerHelpers;
using AyaNova.Biz;
using AyaNova.DataList;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace AyaNova.Api.Controllers
{
@@ -23,6 +25,7 @@ namespace AyaNova.Api.Controllers
private readonly ApiServerState serverState;
/// <summary>
/// ctor
/// </summary>