Esempio n. 1
0
        public JsonResult GetCustomerList(int typeID)
        {
            var List = BL_Customer.GetCustomerList(typeID);

            return(Json(List, JsonRequestBehavior.AllowGet));
        }