Ejemplo n.º 1
0
 public List <CATEGORY> GetChildrenCategoryList(int categoryId)
 {
     return(_categoryDAO.GetChildrenCategoryList(categoryId));
 }