Exemplo n.º 1
0
        /// <inheritdoc />
        public Weapon Convert(ItemDTO value, object state)
        {
            var entity = new LargeBundle();

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