Ejemplo n.º 1
0
	    /// <inheritdoc />
        public GatheringToolSkin Convert(SkinDTO value, object state)
        {
    		var entity = new LoggingToolSkin();
            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 'LoggingToolSkin' (if any)
 	partial void Merge(LoggingToolSkin entity, SkinDTO dto, object state);