C# Class Blog.Services.Implementation.CommentLikesService

Inheritance: BaseService, ICommentLikesService
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( CommentLike commentLike ) : void
commentLike Blog.Common.Contracts.CommentLike
Résultat void

CommentLikesService() public méthode

public CommentLikesService ( ICommentLikesLogic commentLikesLogic, ICommentsLogic commentsLogic, IRedisService redisService ) : System
commentLikesLogic ICommentLikesLogic
commentsLogic ICommentsLogic
redisService IRedisService
Résultat System

Get() public méthode

public Get ( int commentId ) : List
commentId int
Résultat List