C# Class FT.Model.HitRepository

Inheritance: Repository, IHitRepository
Afficher le fichier Open project: friism/folketsting Class Usage Examples

Méthodes publiques

Méthode Description
SaveHit ( int contentId, ContentType contentType, string IP ) : void
ViewCount ( int elementid, ContentType type ) : int

Method Details

SaveHit() public méthode

public SaveHit ( int contentId, ContentType contentType, string IP ) : void
contentId int
contentType ContentType
IP string
Résultat void

ViewCount() public méthode

public ViewCount ( int elementid, ContentType type ) : int
elementid int
type ContentType
Résultat int