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