C# 클래스 Blog.Services.Implementation.CommentLikesService

상속: BaseService, ICommentLikesService
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
Add ( CommentLike commentLike ) : void
CommentLikesService ( ICommentLikesLogic commentLikesLogic, ICommentsLogic commentsLogic, IRedisService redisService ) : System
Get ( int commentId ) : List

메소드 상세

Add() 공개 메소드

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

CommentLikesService() 공개 메소드

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

Get() 공개 메소드

public Get ( int commentId ) : List
commentId int
리턴 List