Blog.Services.Helpers.Rest.TagsRestResource.GetByPostId C# (CSharp) Method

GetByPostId() public method

public GetByPostId ( int postId ) : List
postId int
return List
        public List<Tag> GetByPostId(int postId)
        {
            throw new System.NotImplementedException();
        }