Ejemplo n.º 1
0
 public bool Feasible(IZone origin, IZone destination, Time time)
 {
     CheckInterChangeZone();
     return(First.Feasible(origin, InterchangeZone, time) && Second.Feasible(InterchangeZone, destination, time));
 }