Exemple #1
0
 public static bool DeleteIntoLaptop(int ID)
 {
     return(LaptopDAO.DeleteIntoLaptop(ID));
 }