Blog.Services.Helpers.Rest.PostsRestResource.GetMorePostsByTag C# (CSharp) Méthode

GetMorePostsByTag() public méthode

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