C# Class TheAirline.Models.General.Countries.Towns.Towns

Afficher le fichier Open project: TheAirlineProject/tap-desktop

Méthodes publiques

Méthode Description
GetTown ( string name ) : Town
GetTown ( string name, State state ) : Town
GetTowns ( ) : List
GetTowns ( Country country ) : List

Method Details

GetTown() public static méthode

public static GetTown ( string name ) : Town
name string
Résultat Town

GetTown() public static méthode

public static GetTown ( string name, State state ) : Town
name string
state State
Résultat Town

GetTowns() public static méthode

public static GetTowns ( ) : List
Résultat List

GetTowns() public static méthode

public static GetTowns ( Country country ) : List
country Country
Résultat List