예제 #1
0
 public CreateAirplaneCommand(IAgencyFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }