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

Inheritance: IViewCountRestResource
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
Add ( ViewCount viewCount, string authenticationToken ) : void
Get ( int postId ) : List

Method Details

Add() public method

public Add ( ViewCount viewCount, string authenticationToken ) : void
viewCount Blog.Common.Contracts.ViewCount
authenticationToken string
return void

Get() public method

public Get ( int postId ) : List
postId int
return List