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

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

Public Methods

Method Description
Add ( PostLike postLike ) : void
Get ( int postId ) : List
GetHeartBeat ( ) : bool

Method Details

Add() public method

public Add ( PostLike postLike ) : void
postLike Blog.Common.Contracts.PostLike
return void

Get() public method

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

GetHeartBeat() public method

public GetHeartBeat ( ) : bool
return bool