Esempio n. 1
0
        static void Main(string[] args)
        {
            AlunosControllers aluno = new AlunosControllers();

            aluno.CadastrarAlunos();
            aluno.ListaDeAlunos();
        }
Esempio n. 2
0
        static void Main(string[] args)
        {
            AlunosControllers Aluno = new AlunosControllers();

            Aluno.CadastrarAlunos();
        }