Пример #1
0
 public void DeleteProductCategory(int productCategoryId)
 {
     listingRepository.DeleteProductCategory(productCategoryId);
     unitOfWork.Save();
 }