示例#1
0
        public static void Main()
        {
            StudentSystem studentSystem = new StudentSystem(new ConsoleIoEngine());

            studentSystem.ParseCommands();
        }
示例#2
0
        static void Main(string[] args)
        {
            StudentSystem studentSystem = new StudentSystem();

            studentSystem.ParseCommands();
        }