using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_Core; using WIDESEAWCS_Model.Models; namespace WIDESEA_IStoragIntegrationServices { public interface IMESService : IDependency { WebResponseContent pushWorkOrderInfo(object json); WebResponseContent prebind(object json); WebResponseContent PassPoint(string stationCode); WebResponseContent pushOrderInfo(object json); WebResponseContent issuedCharacter(string rfidPrint, string vin, string stationNo); } }