Ejemplo n.º 1
0
 public AirPlaneLogic(IAirPlane iAirPlane,
                      IAirPlaneModel iAirPlaneModel)
 {
     this._IAirPlane      = iAirPlane;
     this._IAirPlaneModel = iAirPlaneModel;
 }
 public AppAirPlaneModel(IAirPlaneModel iAirPlaneModel)
 {
     this._IAirPlaneModel = iAirPlaneModel;
 }
 public AirPlaneModelLogic(IAirPlaneModel iAirPlaneModel)
 {
     this._IAirPlaneModel = iAirPlaneModel;
 }