Ejemplo n.º 1
0
 //day15 All files
 public static bool Insert(Product newProduct)
 {
     return(DBManager.Insert(newProduct));
 }