Example #1
0
 public Part2()
 {
     instructionsRepository = new InstructionsRepository();
     steps = new Steps();
 }