using DSWeb.Areas.MvcShipping.DAL.MsOpSeaeBaoXian; using DSWeb.Areas.MvcShipping.Models.MsOpSeaeBaoXian; using DSWeb.MvcShipping.DAL.MsOpSeaeDAL; using DSWeb.MvcShipping.Helper; using DSWeb.MvcShipping.Models.MsOpSeae; using System.Web.Mvc; namespace DSWeb.MvcShipping.Controllers { public class MsOpSeaeBaoXianLSController : Controller { // GET: public ActionResult Index() { return View(); } } }