Ejemplo n.º 1
0
        /// <inheritdoc />
        public WeaponSkin Convert(SkinDTO value, object state)
        {
            var entity = new LongBowSkin();

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