C# Class Blog.Logic.Core.CommentLikesLogic

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

Public Methods

Method Description
Add ( CommentLike commentLike ) : CommentLike
CommentLikesLogic ( ICommentLikeRepository commentLikeRepository ) : System
Get ( int commentId ) : List

Method Details

Add() public method

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

CommentLikesLogic() public method

public CommentLikesLogic ( ICommentLikeRepository commentLikeRepository ) : System
commentLikeRepository ICommentLikeRepository
return System

Get() public method

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