using System; using System.Collections.Generic; using System.Linq; using System.Web.Mvc; using DSWeb.Areas.Import.Models.Comm; using DSWeb.Areas.CommMng.DAL; using DSWeb.MvcShipping.DAL.WMS; using DSWeb.MvcShipping.Models.WMS; using DSWeb.TruckMng.Comm.Cookie; using DSWeb.TruckMng.Helper; using DSWeb.TruckMng.Helper.Repository; using DSWeb.Areas.Import.DAL.Comm; using HcUtility.Comm; using HcUtility.Core; using DSWeb.Areas.CommMng.Models; using DSWeb.EntityDA; using System.Data; using DSWeb.DataAccess; using System.Data.SqlClient; namespace DSWeb.MvcShipping.Controllers { [JsonRequestBehavior] public class WMSOUTMainController : Controller { public ActionResult Index() { return View(); } // // GET: /MvcShipping/WareHouse/Edit public ActionResult Edit() { return View(); } } }