예제 #1
0
 public Customer AddUpdateCustomer(Customer customer)
 {
     return(CustomerFacade.AddUpdateCustomer(customer));
 }