C# Class SigTrade.Models.RecommendationsRepository

Inheritance: IRecommendationsRepository
Show file Open project: unepwcmc/sigtrade Class Usage Examples

Public Methods

Method Description
DeleteRecommendation ( int id ) : void
SaveRec ( Recommendation r ) : int
getAllRecommendationsByParagraph ( int PActionID ) : IList

Method Details

DeleteRecommendation() public method

public DeleteRecommendation ( int id ) : void
id int
return void

SaveRec() public method

public SaveRec ( Recommendation r ) : int
r Recommendation
return int

getAllRecommendationsByParagraph() public method

public getAllRecommendationsByParagraph ( int PActionID ) : IList
PActionID int
return IList