Exemplo n.º 1
0
 public IEnumerable <ProductCategory> GetParentProductCategory(int id)
 {
     return(_parentProductCategory.GetMutileParent(id));
 }
 public void GetAll()
 {
     var result = _productRepository.GetMutileParent(1);
 }