using System; using System.Collections.Generic; using System.Linq; using System.Web; using DSWeb.MvcShipping.Models.MsSeaeOrder; namespace DSWeb.Areas.Mobile.DAL { public class BookSpaceDAL { public static MsSeaeOrder GetSeaeOrderWithOrdno ( string odrno) { return null; } } }