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

GetMorePopularPosts() public method

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