예제 #1
0
        public ActionResult GetCourierInfo(int id)
        {
            var obj = _courierService.GetCourierInfo(id);

            return(Json(new { Error = SystemMessageLookup.GetMessage("InvalidData") }, JsonRequestBehavior.AllowGet));
        }