C# 클래스 BusinessLogic.Logic.VotableFeatures.VotableFeatureVoter

상속: IVotableFeatureVoter
파일 보기 프로젝트 열기: NemeStats/NemeStats

공개 메소드들

메소드 설명
CastVote ( string votableFeatureId, bool voteUp ) : VotableFeature
VotableFeatureVoter ( IDataContext dataContext ) : System

메소드 상세

CastVote() 공개 메소드

public CastVote ( string votableFeatureId, bool voteUp ) : VotableFeature
votableFeatureId string
voteUp bool
리턴 VotableFeature

VotableFeatureVoter() 공개 메소드

public VotableFeatureVoter ( IDataContext dataContext ) : System
dataContext IDataContext
리턴 System