예제 #1
0
 public CustomerVM(Customer customer)
 {
     _customer = customer;
 }
예제 #2
0
 public CustomerVM()
 {
     _customer = new Customer();
 }