コード例 #1
0
 //thêm sản phẩm
 public void InsertProduct(DTO_Product ex)
 {
     dataProduct.Insert(ex);
 }