示例#1
0
 public static List <Phone> Search(string valueToFind)
 {
     return(PhoneDAO.Search(valueToFind));
 }