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