예제 #1
0
 public Part1()
 {
     lightsSetupInstructionsRepository = new LightsSetupInstructionsRepository();
     lights = new Lights();
 }