Blog.Services.Helpers.Rest.PostsRestResource.GetRelatedPosts C# (CSharp) 메소드

GetRelatedPosts() 공개 메소드

public GetRelatedPosts ( int postId ) : RelatedPosts
postId int
리턴 Blog.Common.Contracts.ViewModels.RelatedPosts
        public RelatedPosts GetRelatedPosts(int postId)
        {
            throw new System.NotImplementedException();
        }