Blog.Services.Implementation.PostContentsService.Get C# (CSharp) Method

Get() public method

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