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

Show file Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
AddState ( State state ) : void
Clear ( ) : void
GetState ( Country country, string shortname ) : State

Method Details

AddState() public static method

public static AddState ( State state ) : void
state State
return void

Clear() public static method

public static Clear ( ) : void
return void

GetState() public static method

public static GetState ( Country country, string shortname ) : State
country Country
shortname string
return State