|
@@ -2,7 +2,6 @@ using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.Linq;
|
|
|
using System.Threading.Tasks;
|
|
|
-using JsonRpcLite.Services;
|
|
|
using WingInterfaceLibrary.DTO.Device;
|
|
|
using WingInterfaceLibrary.Interface;
|
|
|
using WingInterfaceLibrary.Request.Device;
|
|
@@ -26,6 +25,7 @@ using WingServerCommon.Config.Parameters;
|
|
|
using WingServerCommon.Interfaces.Cache;
|
|
|
using WingInterfaceLibrary.LiveConsultation;
|
|
|
using WingInterfaceLibrary.Result.Languge;
|
|
|
+using WingInterfaceLibrary.Internal.Interface;
|
|
|
|
|
|
namespace WingDeviceService.Service
|
|
|
{
|