示例#1
0
 public void DeleteProductFromCategory(int productId, int categoryId)
 {
     _categoryDal.DeleteProductFromCategory(productId, categoryId);
 }