Ejemplo n.º 1
0
        public JsonResult SearchViewCode(string strCode, string strCN, string strTT, string ISBN)
        {
            List <int> list = catalogueBusiness.SearchIDByCondition(strCode, strCN, strTT, ISBN);
            List <FPT_SP_CATA_GET_CONTENTS_OF_ITEMS_Result> inforList = catalogueBusiness.SearchViewCode(strCode, strCN, strTT, ISBN);

            ViewBag.TotalCount = list.Count();
            return(Json(inforList, JsonRequestBehavior.AllowGet));
        }