Ejemplo n.º 1
0
        public ActionResult Index()
        {
            string algo     = Extensor.Contar();
            int    cantidad = algo.ContarCaracteres();

            return(View());
        }