Example #1
0
        /// <inheritdoc />
        public ArmorSkin Convert(SkinDTO value, object state)
        {
            var entity = new BootsSkin();

            this.Merge(entity, value, state);
            return(entity);
        }
Example #2
0
 // Implement this method in a buddy class to set properties that are specific to 'BootsSkin' (if any)
 partial void Merge(BootsSkin entity, SkinDTO dto, object state);