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

GetMorePostsByTag() public method

public GetMorePostsByTag ( string tagName, int skip ) : List
tagName string
skip int
return List
        public List<Post> GetMorePostsByTag(string tagName, int skip)
        {
            throw new System.NotImplementedException();
        }