C# Class SigTrade.Models.CommitteeLibRepository

Inheritance: ICommitteeLibRepository
Show file 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