C# 클래스 RedisStackOverflow.ServiceInterface.Repository.AnswerUserIndex

파일 보기 프로젝트 열기: ServiceStack/ServiceStack.Examples

공개 메소드들

메소드 설명
DownVotes ( long answerId ) : string
UpVotes ( long answerId ) : string

메소드 상세

DownVotes() 공개 정적인 메소드

public static DownVotes ( long answerId ) : string
answerId long
리턴 string

UpVotes() 공개 정적인 메소드

public static UpVotes ( long answerId ) : string
answerId long
리턴 string