Пример #1
0
        public static MaxLabs.Passport.Proxy.FriendHotProxy GetFriendHotProxy(int userID, MaxLabs.bbsMax.Enums.HotType type, int friendUserID)
        {
            MaxLabs.Passport.Proxy.FriendHotProxy friendHotProxy = new FriendHotProxy();

            friendHotProxy.FriendID = friendUserID;
            friendHotProxy.UserID   = userID;
            friendHotProxy.HotType  = (int)type;

            return(friendHotProxy);
        }
Пример #2
0
        public static MaxLabs.Passport.Proxy.FriendHotProxy GetFriendHotProxy(int userID, MaxLabs.bbsMax.Enums.HotType type, int friendUserID)
        {
            MaxLabs.Passport.Proxy.FriendHotProxy friendHotProxy = new FriendHotProxy();

            friendHotProxy.FriendID = friendUserID;
            friendHotProxy.UserID = userID;
            friendHotProxy.HotType = (int)type;

            return friendHotProxy;
        }