public string Build()
 {
     return(_builder.Build());
 }
예제 #2
0
 public void Execute(IRedshiftBuilder cmd)
 {
     Commands.Add(cmd.Build());
 }