C# 클래스 Blog.Logic.Core.CommentLikesLogic

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

공개 메소드들

메소드 설명
Add ( CommentLike commentLike ) : CommentLike
CommentLikesLogic ( ICommentLikeRepository commentLikeRepository ) : System
Get ( int commentId ) : List

메소드 상세

Add() 공개 메소드

public Add ( CommentLike commentLike ) : CommentLike
commentLike Blog.Common.Contracts.CommentLike
리턴 Blog.Common.Contracts.CommentLike

CommentLikesLogic() 공개 메소드

public CommentLikesLogic ( ICommentLikeRepository commentLikeRepository ) : System
commentLikeRepository ICommentLikeRepository
리턴 System

Get() 공개 메소드

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