public void BeforeAll()
 {
     _customer = new Customer();
 }
예제 #2
0
 public CustomerViewModel()
 {
     _customer = new Customer();
 }