C# Class Blog.Services.Helpers.Rest.ViewCountRestResource

Inheritance: IViewCountRestResource
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
Add ( ViewCount viewCount, string authenticationToken ) : void
Get ( int postId ) : List

Method Details

Add() public méthode

public Add ( ViewCount viewCount, string authenticationToken ) : void
viewCount Blog.Common.Contracts.ViewCount
authenticationToken string
Résultat void

Get() public méthode

public Get ( int postId ) : List
postId int
Résultat List