Example #1
0
        static void Main(string[] args)
        {
            ListaController a = new ListaController();

            a.Receber();
            a.Monstrar();
        }