示例#1
0
 public Customer getByPhone(string phone)
 {
     return(dbCus.GetByPhone(phone));
 }