Exemple #1
0
 public string GetAllPhoneNumbers(int customerId)
 {
     return(CustomerDetails.GetPhoneNumbersByCustomerId(customerId));
 }