Blog.Services.Helpers.Rest.PostsRestResource.GetMoreRecentPosts C# (CSharp) 메소드

GetMoreRecentPosts() 공개 메소드

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