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

ContactType() private method

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