Blog.Services.Helpers.Rest.PostsRestResource.GetRelatedPosts C# (CSharp) Method

GetRelatedPosts() public method

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