예제 #1
0
 public void ConstructHouse()
 {
     builder.BuildBasement();
     builder.BuildStorey();
     builder.BuildRoof();
 }