Exemplo n.º 1
0
 public Customer GetCustomerById(string customerID)
 {
     return(customerManagement.GetCustomerById(customerID));
 }