Пример #1
0
        //  ------------------------ > Posts Methods <----------------------------//

        public Status GetFriendPosts(int User_id, String datetime, int offset, int type)
        {
            return(PostMethods.onRequestingPosts(User_id, datetime, offset, type));
        }