using IMCS.body.Device; using IMCS_CCS.Model.vo; using System.Runtime.InteropServices; namespace IMCS.CCS.HttpServer { public interface IHttpServerService { ResponseBody UploadFile(RequestOpcUaData requestOpcUaData); } }