예제 #1
0
 public static ProductCategory GetProductDetail(int ID)
 {
     return(ProductCategoryDAO.GetProductDetail(ID));
 }