Blog.Services.Implementation.PostContentsService.Get C# (CSharp) 메소드

Get() 공개 메소드

public Get ( int postContentId ) : PostContent
postContentId int
리턴 Blog.Common.Contracts.PostContent
        public PostContent Get(int postContentId)
        {
            return _postContentsLogic.Get(postContentId);
        }