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

Exibir arquivo Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
GetTown ( string name ) : Town
GetTown ( string name, State state ) : Town
GetTowns ( ) : List
GetTowns ( Country country ) : List

Method Details

GetTown() public static method

public static GetTown ( string name ) : Town
name string
return Town

GetTown() public static method

public static GetTown ( string name, State state ) : Town
name string
state State
return Town

GetTowns() public static method

public static GetTowns ( ) : List
return List

GetTowns() public static method

public static GetTowns ( Country country ) : List
country Country
return List