コード例 #1
0
 public List <ProductCategory> GetByParentID(int parentID)
 {
     return(productCategoryDAL.GetByParentID(parentID));
 }