Пример #1
0
        public void MergeFrom(put_vehicle_stuff_ans from)
        {
            if (from == this)
            {
                return;
            }

            // result
            SetResult(from.GetResult());
            // updatedStuffs
            SetUpdatedStuffs(from.GetUpdatedStuffs());
        }