コード例 #1
0
 public Employee()
 {
     EmployeeContact = new ContactInfo();
 }
コード例 #2
0
 public Customer()
 {
     Contact = new ContactInfo();
 }