コード例 #1
0
 //sửa sản phẩm
 public void EditProduct(DTO_Product ex)
 {
     dataProduct.Edita(ex);
 }