Ejemplo n.º 1
0
 //Add information to the persistence layer.
 public void AddCustomer(DTO.Customer customer)
 {
     pizzaRepository.AddCustomer(customer);
 }