C# Class TheAirline.Models.Airlines.StartDataRoutes

Mostra file Open project: TheAirlineProject/tap-desktop Class Usage Examples

Public Methods

Method Description
AddCountry ( Country country ) : void
StartDataRoutes ( string origin, int destinations, GeneralHelpers minimumsize, Route routetype ) : System.Collections.Generic

Method Details

AddCountry() public method

public AddCountry ( Country country ) : void
country TheAirline.Models.General.Countries.Country
return void

StartDataRoutes() public method

public StartDataRoutes ( string origin, int destinations, GeneralHelpers minimumsize, Route routetype ) : System.Collections.Generic
origin string
destinations int
minimumsize GeneralHelpers
routetype TheAirline.Models.Routes.Route
return System.Collections.Generic