Adventure.Works.LiveDemo.ContactType.ContactType C# (CSharp) 메소드

ContactType() 개인적인 메소드

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