Пример #1
0
 public Customer()
 {
     ShoppingIndex = ShoppingIndexes.Level0;
     BillingAddress = new Address();
     DeliveryAddress = new Address();
     IsActive = true;
     Score = 55.33m;
 }
Пример #2
0
 public Customer()
 {
     ShoppingIndex = ShoppingIndexes.Level0;
     BillingAddress = new Address();
     DeliveryAddress = new Address();
 }