private static PostComment.Post[] LoadPosts() { PostCommentClient pc = new PostCommentClient(); PostComment.Post[] p = pc.GetPosts(); return(p); }
private static IEnumerable <Post> LoadPosts() { var pc = new PostCommentClient(); var p = pc.GetPosts(); return(p); }
private static Laborator6_PostComment.Post[] LoadPosts() { PostCommentClient pc = new PostCommentClient(); Laborator6_PostComment.Post[] p = pc.GetPosts(); return(p); }
private static Lab6_WCF_EF.Post[] LoadPosts() { PostCommentClient pc = new PostCommentClient(); Lab6_WCF_EF.Post[] p = pc.GetPosts(); return(p); }