Ejemplo n.º 1
0
 public SimplePlanification(FlightPlanificatorViewModel flightPlanificator)
     : base(flightPlanificator)
 {
 }
Ejemplo n.º 2
0
 protected PlanificationStrategy(FlightPlanificatorViewModel flightPlanificator)
 {
     FlightPlanificator = flightPlanificator;
 }