예제 #1
0
 public Product Direct(Builder builder)
 {
     builder.BuildPart1();
     builder.BuildPart2();
     return(builder.ShowProduct());
 }