Beispiel #1
0
        public JsonResult IsRegister(string idSeccion, string tipo)
        {
            RCasilla result = null;
            var      rBLL   = new RCasillaBLL();

            result = rBLL.VerificarExistente(idSeccion, tipo);
            return(Json(result, JsonRequestBehavior.AllowGet));
        }