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

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

공개 메소드들

메소드 설명
Add ( PostLike postLike ) : void
Get ( int postId ) : List
PostLikesService ( IPostLikesLogic postLikesLogic, IRedisService redisService ) : System

메소드 상세

Add() 공개 메소드

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

Get() 공개 메소드

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

PostLikesService() 공개 메소드

public PostLikesService ( IPostLikesLogic postLikesLogic, IRedisService redisService ) : System
postLikesLogic IPostLikesLogic
redisService IRedisService
리턴 System