Exemplo n.º 1
0
 public Customer AddUpdateCustomer(Customer customer)
 {
     return(CustomerFacade.AddUpdateCustomer(customer));
 }