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

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

Public Methods

Method Description
Add ( CommentLike commentLike ) : void
Get ( int commentId ) : List
GetHeartBeat ( ) : bool

Method Details

Add() public method

public Add ( CommentLike commentLike ) : void
commentLike Blog.Common.Contracts.CommentLike
return void

Get() public method

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

GetHeartBeat() public method

public GetHeartBeat ( ) : bool
return bool