Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SigTrade
Models
CountryRepository
C# Class SigTrade.Models.CountryRepository
Inheritance:
ICountryRepository
Exibir arquivo
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