C# 클래스 SampleConsoleApplication.Commands.GetUserCommentsCountCommand

파일 보기 프로젝트 열기: razonrus/mongo-infrastructure 1 사용 예제들

공개 메소드들

메소드 설명
ByArticle ( string articleId, long userId ) : int
ByAuthor ( long authorId, long userId ) : int
GetUserCommentsCountCommand ( IMongoInitializer initializer ) : System.Linq

메소드 상세

ByArticle() 공개 메소드

public ByArticle ( string articleId, long userId ) : int
articleId string
userId long
리턴 int

ByAuthor() 공개 메소드

public ByAuthor ( long authorId, long userId ) : int
authorId long
userId long
리턴 int

GetUserCommentsCountCommand() 공개 메소드

public GetUserCommentsCountCommand ( IMongoInitializer initializer ) : System.Linq
initializer IMongoInitializer
리턴 System.Linq