Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SigTrade
Models
CommitteeLibRepository
C# Class SigTrade.Models.CommitteeLibRepository
Inheritance:
ICommitteeLibRepository
Mostrar archivo
Open project: unepwcmc/sigtrade
Class Usage Examples
Public Methods
Method
Description
delete
(
CommitteeLib
c
) :
void
getAll
( ) :
IList
getCommittee
(
int
id
) :
CommitteeLib
save
(
CommitteeLib
c
) :
int
Method Details
delete()
public
method
public
delete
(
CommitteeLib
c
) :
void
c
CommitteeLib
return
void
getAll()
public
method
public
getAll
( ) :
IList
return
IList
getCommittee()
public
method
public
getCommittee
(
int
id
) :
CommitteeLib
id
int
return
CommitteeLib
save()
public
method
public
save
(
CommitteeLib
c
) :
int
c
CommitteeLib
return
int