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

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

공개 메소드들

메소드 설명
Add ( ViewCount viewCount ) : void
Get ( int postId ) : List
ViewCountService ( IViewCountLogic viewCountLogic, IRedisService redisService ) : System

메소드 상세

Add() 공개 메소드

public Add ( ViewCount viewCount ) : void
viewCount Blog.Common.Contracts.ViewCount
리턴 void

Get() 공개 메소드

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

ViewCountService() 공개 메소드

public ViewCountService ( IViewCountLogic viewCountLogic, IRedisService redisService ) : System
viewCountLogic IViewCountLogic
redisService IRedisService
리턴 System