C# Class BusinessLogic.Logic.VotableFeatures.VotableFeatureVoter

Inheritance: IVotableFeatureVoter
Afficher le fichier Open project: NemeStats/NemeStats

Méthodes publiques

Méthode Description
CastVote ( string votableFeatureId, bool voteUp ) : VotableFeature
VotableFeatureVoter ( IDataContext dataContext ) : System

Method Details

CastVote() public méthode

public CastVote ( string votableFeatureId, bool voteUp ) : VotableFeature
votableFeatureId string
voteUp bool
Résultat VotableFeature

VotableFeatureVoter() public méthode

public VotableFeatureVoter ( IDataContext dataContext ) : System
dataContext IDataContext
Résultat System