Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundOrderController.cs
@@ -1,12 +1,5 @@ using Autofac.Core; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using WIDESEA_Core; using Microsoft.AspNetCore.Mvc; using WIDESEA_Core.BaseController; using WIDESEA_Core.CodeConfigEnum; using WIDESEA_DTO.Inbound; using WIDESEA_DTO.Outbound; using WIDESEA_IOutboundService; using WIDESEA_Model.Models; @@ -21,8 +14,6 @@ { public OutboundOrderController(IOutboundOrderService service) : base(service) { } } } }