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

            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 'ExpertiseModifier' (if any)
 partial void Merge(ExpertiseModifier entity, AttributeDTO dto, object state);