Affecto.Identifiers.Finnish.BusinessIdentifier.BusinessIdentifier C# (CSharp) Method

BusinessIdentifier() private method

private BusinessIdentifier ( string businessId ) : System
businessId string
return System
        private BusinessIdentifier(string businessId)
        {
            this.businessId = businessId;
        }