C# Class Blog.Services.Implementation.CommentLikesService

Inheritance: BaseService, ICommentLikesService
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
Add ( CommentLike commentLike ) : void
CommentLikesService ( ICommentLikesLogic commentLikesLogic, ICommentsLogic commentsLogic, IRedisService redisService ) : System
Get ( int commentId ) : List

Method Details

Add() public method

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

CommentLikesService() public method

public CommentLikesService ( ICommentLikesLogic commentLikesLogic, ICommentsLogic commentsLogic, IRedisService redisService ) : System
commentLikesLogic ICommentLikesLogic
commentsLogic ICommentsLogic
redisService IRedisService
return System

Get() public method

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