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

GetMoreRecentPosts() public method

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