Example #1
0
        public ActionResult InitProduct()
        {
            string typeId = Request.Form["proT"];
            List <ProductViewModel> lstRes = BProduct.SearchByTypeId(typeId);

            return(Content(LitJson.JsonMapper.ToJson(lstRes)));
        }