Beispiel #1
0
        //get Consignee Index Data
        public JsonResult GetConsignee()
        {
            db.Configuration.ProxyCreationEnabled = false;
            List <VT_GetAllConsigneeWithArea_Result> conList = db.VT_GetAllConsigneeWithArea().ToList();

            return(Json(new { data = conList }, JsonRequestBehavior.AllowGet));
        }