C# Class SigTrade.Models.PhaseRepository

Inheritance: IPhaseRepository
Mostrar archivo Open project: unepwcmc/sigtrade Class Usage Examples

Public Methods

Method Description
delete ( Phase p ) : void
getAll ( ) : IList
getPhase ( int id ) : Phase
save ( Phase p ) : int

Method Details

delete() public method

public delete ( Phase p ) : void
p Phase
return void

getAll() public method

public getAll ( ) : IList
return IList

getPhase() public method

public getPhase ( int id ) : Phase
id int
return Phase

save() public method

public save ( Phase p ) : int
p Phase
return int