C# Class Blog.Services.Helpers.Wcf.ViewCountResource

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

Public Methods

Method Description
Add ( ViewCount viewCount ) : void
Get ( int postId ) : List
GetHeartBeat ( ) : bool

Method Details

Add() public method

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

Get() public method

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

GetHeartBeat() public method

public GetHeartBeat ( ) : bool
return bool