Exemple #1
0
 public static List <LaptopDTO> GetAllLaptops()
 {
     return(LaptopDAO.GetALLaptops());
 }