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();
        }