コード例 #1
0
 public Part1()
 {
     integersRepository = new IntegersRepository();
     program            = new Program();
 }