예제 #1
0
 public Engine()
 {
     studentSystem = new StudentSystem();
 }
예제 #2
0
        static void Main()
        {
            StudentSystem studentSystem = new StudentSystem(new ShinyConsoleIoEngine());

            studentSystem.ParseCommands();
        }