Пример #1
0
        private static PostComment.Post[] LoadPosts()
        {
            PostCommentClient pc = new PostCommentClient();

            PostComment.Post[] p = pc.GetPosts();
            return(p);
        }
Пример #2
0
        private static IEnumerable <Post> LoadPosts()
        {
            var pc = new PostCommentClient();
            var p  = pc.GetPosts();

            return(p);
        }
Пример #3
0
        private static Laborator6_PostComment.Post[] LoadPosts()
        {
            PostCommentClient pc = new PostCommentClient();

            Laborator6_PostComment.Post[] p = pc.GetPosts();
            return(p);
        }
Пример #4
0
        private static Lab6_WCF_EF.Post[] LoadPosts()
        {
            PostCommentClient pc = new PostCommentClient();

            Lab6_WCF_EF.Post[] p = pc.GetPosts();
            return(p);
        }