Beispiel #1
0
 public void AddProductInBlackList(ProductRequest request)
 {
     ValidateProductId(request.ProductId);
     productManager.AddProductInBlackList(request);
 }