コード例 #1
0
 public void ChangeProduct(Product p)
 {
     productDB.Change(p, connectionString);
 }