Ejemplo n.º 1
0
        private static PostComment.Post[] LoadPosts()
        {
            PostCommentClient pc = new PostCommentClient();

            PostComment.Post[] p = pc.GetPosts();
            return(p);
        }
Ejemplo n.º 2
0
        private static IEnumerable <Post> LoadPosts()
        {
            var pc = new PostCommentClient();
            var p  = pc.GetPosts();

            return(p);
        }
Ejemplo n.º 3
0
        private static Laborator6_PostComment.Post[] LoadPosts()
        {
            PostCommentClient pc = new PostCommentClient();

            Laborator6_PostComment.Post[] p = pc.GetPosts();
            return(p);
        }
Ejemplo n.º 4
0
        private static Lab6_WCF_EF.Post[] LoadPosts()
        {
            PostCommentClient pc = new PostCommentClient();

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