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

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

공개 메소드들

메소드 설명
Add ( PostContent postImage ) : PostContent
Delete ( int postContentId ) : bool
Get ( int postContentId ) : PostContent
GetByPostId ( int postId ) : List
PostContentsService ( IPostContentsLogic postsContentsLogic ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

public Add ( PostContent postImage ) : PostContent
postImage Blog.Common.Contracts.PostContent
리턴 Blog.Common.Contracts.PostContent

Delete() 공개 메소드

public Delete ( int postContentId ) : bool
postContentId int
리턴 bool

Get() 공개 메소드

public Get ( int postContentId ) : PostContent
postContentId int
리턴 Blog.Common.Contracts.PostContent

GetByPostId() 공개 메소드

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

PostContentsService() 공개 메소드

public PostContentsService ( IPostContentsLogic postsContentsLogic ) : System.Collections.Generic
postsContentsLogic IPostContentsLogic
리턴 System.Collections.Generic