Exemplo n.º 1
0
 public FlightsAssignedToGatesRequestHandler([NotNull] IFlightAssignedToGateInformationFinder informationFinder)
 // todo not nice, dependency on other service
 {
     m_InformationFinder = informationFinder;
 }
 public FlightAssignedToGateRequestHandler([NotNull] IFlightAssignedToGateInformationFinder informationFinder)
 {
     m_InformationFinder = informationFinder;
 }