Пример #1
0
 //Xóa sản phẩm
 public void DeletedProduct(DTO_Product ex)
 {
     dataProduct.Deleted(ex);
 }