예제 #1
0
 public CustomerViewModel()
 {
     this.Customers = CustomerValidation.GetCustomers();
     Customer       = new Customer();
 }