예제 #1
0
파일: Form1.cs 프로젝트: CDU55/TSP.NET
        private static PostComment.PostDTO[] LoadPosts()
        {
            PostCommentClient pc = new PostCommentClient();

            PostComment.PostDTO[] p = pc.GetAllPosts();
            return(p);
        }