Exemplo n.º 1
0
 public Customer CreateCustomer(Customer customer)
 {
     _dataContext.AddCustomer(customer);
     return(customer);
 }