Exemple #1
0
        public ActionResult ListarFormaPago()
        {
            General_BL             bl      = new General_BL();
            List <FormaPagoEntity> listado = bl.ListarFormaPago_BL();

            return(Json(listado));
        }