Public/New-CanalItem.ps1
function New-CanalItem { [CmdletBinding()] param () return [CanalItem]::new() } |
function New-CanalItem { [CmdletBinding()] param () return [CanalItem]::new() } |