コード例 #1
0
 public CustomerViewModel()
 {
     StreetAddress   = new AddressViewModel();
     BillingAddress  = new AddressViewModel();
     PrimaryContact  = new HumanContactViewModel();
     ProductLicenses = new List <License>();
 }
コード例 #2
0
 public CustomerViewModel()
 {
     StreetAddress = new AddressViewModel();
     BillingAddress = new AddressViewModel();
     PrimaryContact = new HumanContactViewModel();
     ProductLicenses = new List<License>();
 }