|  |  | 
 |  |  | using System.Threading.Tasks; | 
 |  |  | using WIDESEA_Core; | 
 |  |  | using WIDESEA_Core.BaseServices; | 
 |  |  | using WIDESEA_DTO.ERP; | 
 |  |  | using WIDESEA_DTO.Inbound; | 
 |  |  | using WIDESEA_DTO.Outbound; | 
 |  |  | using WIDESEA_IOutboundRepository; | 
 |  |  | 
 |  |  |     { | 
 |  |  |         IOutboundOrderRepository Repository { get; } | 
 |  |  |  | 
 |  |  |         WebResponseContent AddOutboundOrder(OutboundOrderAddDTO orderAddDTO); | 
 |  |  |  | 
 |  |  |         WebResponseContent GetOutboundOrder(OutboundOrderGetDTO outboundOrderGetDTO); | 
 |  |  |         WebResponseContent GetOutboundOrderDetail(string OrderNo); | 
 |  |  |         WebResponseContent ReceiveOutOrder(ErpOutOrderDTO model); | 
 |  |  |         WebResponseContent TestOutUpload(int id,List<Dt_OutStockLockInfo>? outStockLockInfos=null); | 
 |  |  |     } | 
 |  |  | } |