'Declaration
Public Function New( _ ByVal customerID As Guid _ )
'Usage
Dim customerID As Guid Dim instance As New Customer.Department(customerID)
public Customer.Department( Guid customerID )
public: Customer.Department( Guid customerID )
Parameters
- customerID
- The unique identifier of the Customer associated with this Department.