Adventure.Works.LiveDemo.BusinessEntity.BusinessEntity C# (CSharp) Method

BusinessEntity() private method

private BusinessEntity ( ) : System
return System
        public BusinessEntity()
        {
            this.BusinessEntityAddresses = new HashSet<BusinessEntityAddress>();
            this.BusinessEntityContacts = new HashSet<BusinessEntityContact>();
        }
BusinessEntity