Public/Get-ServicePorts.ps1
function Get-ServicePorts { [CmdletBinding()][OutputType([ServicePort[]])] param ( ) process { return [ServicePort[]][devConstants]::data['Ports'] } } |
function Get-ServicePorts { [CmdletBinding()][OutputType([ServicePort[]])] param ( ) process { return [ServicePort[]][devConstants]::data['Ports'] } } |