C# 클래스 FT.Model.HitRepository

상속: Repository, IHitRepository
파일 보기 프로젝트 열기: friism/folketsting 1 사용 예제들

공개 메소드들

메소드 설명
SaveHit ( int contentId, ContentType contentType, string IP ) : void
ViewCount ( int elementid, ContentType type ) : int

메소드 상세

SaveHit() 공개 메소드

public SaveHit ( int contentId, ContentType contentType, string IP ) : void
contentId int
contentType ContentType
IP string
리턴 void

ViewCount() 공개 메소드

public ViewCount ( int elementid, ContentType type ) : int
elementid int
type ContentType
리턴 int