C# Класс Blog.Services.Implementation.CommentLikesService

Наследование: BaseService, ICommentLikesService
Показать файл Открыть проект

Открытые методы

Метод Описание
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