Exemplo n.º 1
0
 	// Implement this method in a buddy class to set properties that are specific to 'MiningToolSkin' (if any)
 	partial void Merge(MiningToolSkin entity, SkinDTO dto, object state);
Exemplo n.º 2
0
	    /// <inheritdoc />
        public GatheringToolSkin Convert(SkinDTO value, object state)
        {
    		var entity = new MiningToolSkin();
            this.Merge(entity, value, state);
    		return entity;
        }