Ejemplo n.º 1
0
        public static void Main()
        {
            StudentSystem studentSystem = new StudentSystem(new ConsoleIoEngine());

            studentSystem.ParseCommands();
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            StudentSystem studentSystem = new StudentSystem();

            studentSystem.ParseCommands();
        }