Exemplo n.º 1
0
 public Customer getByPhone(string phone)
 {
     return(dbCus.GetByPhone(phone));
 }