Exemplo n.º 1
0
 public void CreateCustomer(Customer Customer)
 {
     data.SaveCustomer(Customer);
 }
Exemplo n.º 2
0
 public bool RegisterCustomer(Customer customer)
 {
     return(data.SaveCustomer(customer));
 }