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