public AirPortsController(IAirPlaneService AirPlaneService, IAirPortService AirPortService, IHelicopterService HelicopterService) { _AirPlaneService = AirPlaneService; _AirPortService = AirPortService; _HelicopterService = HelicopterService; }
public VacationPartFactory(IHotelService hotelService, IAirPlaneService airPlaneService) { this.hotelService = hotelService; this.airPlaneService = airPlaneService; }