Blog.Services.Helpers.Rest.PostsRestResource.GetMorePostsByTag C# (CSharp) Метод

GetMorePostsByTag() публичный Метод

public GetMorePostsByTag ( string tagName, int skip ) : List
tagName string
skip int
Результат List
        public List<Post> GetMorePostsByTag(string tagName, int skip)
        {
            throw new System.NotImplementedException();
        }