コード例 #1
0
 public DataTable ViewAll()
 {
     objProduct_DAL = new Product_DAL(objProductProperty);
     return(objProduct_DAL.SelectAll());
 }