예제 #1
0
 public Computer Construct(Builder builder)
 {
     return(builder.BuildComputer());
 }