예제 #1
0
 void LoadProductDetailAll()
 {
     rptProductDetails.DataSource = _product.GetListProductDetailAll();
     rptProductDetails.DataBind();
 }