Ejemplo n.º 1
0
        public JsonResult SearchDeleteable(string strCode, string strTT, string strISBN)
        {
            List <SP_GET_TITLES_Result> listContent = catalogueBusiness.SearchCodeDeleteable(strCode, strTT, strISBN);

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