C# Class Blog.Services.Implementation.PostLikesService

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

Public Methods

Method Description
Add ( PostLike postLike ) : void
Get ( int postId ) : List
PostLikesService ( IPostLikesLogic postLikesLogic, IRedisService redisService ) : System

Method Details

Add() public method

public Add ( PostLike postLike ) : void
postLike Blog.Common.Contracts.PostLike
return void

Get() public method

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

PostLikesService() public method

public PostLikesService ( IPostLikesLogic postLikesLogic, IRedisService redisService ) : System
postLikesLogic IPostLikesLogic
redisService IRedisService
return System