示例#1
0
 public void DeleteProduct(int productId)
 {
     listingRepository.DeleteProduct(productId);
     unitOfWork.Save();
 }