Exemple #1
0
 public static bool UpdateIntoLaptop(Laptop laptop)
 {
     return(LaptopDAO.UpdateIntoLaptop(laptop));
 }