C# Class SigTrade.Models.CountryRepository

Inheritance: ICountryRepository
ファイルを表示 Open project: unepwcmc/sigtrade Class Usage Examples

Public Methods

Method Description
getAll ( ) : IList
getCountry ( int id ) : VwCountry

Method Details

getAll() public method

public getAll ( ) : IList
return IList

getCountry() public method

public getCountry ( int id ) : VwCountry
id int
return VwCountry