Ejemplo n.º 1
0
 /// <summary>
 /// Deletes the customer.
 /// </summary>
 /// <param name="id">The id.</param>
 public void DeleteCustomer(int id)
 {
     _controller.DeleteCustomer(id);
 }