Пример #1
0
        public JsonResult ListadoPlan(DateTime dtFecha, int nTipoInt)
        {
            BLPlanIntervencion        bl         = new BLPlanIntervencion();
            List <ELPlanIntervencion> lstPlanInt = bl.BL_ConsultarPlan(dtFecha, nTipoInt);

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