Exemple #1
0
 public static List <Laptop> Search(string valueToFind)
 {
     return(LaptopDAO.Search(valueToFind));
 }