Esempio n. 1
0
 public static CustomerInfo GetCustomerByPhone(string phone)
 {
     return(CustomerDA.GetCustomerByPhone(phone));
 }