Пример #1
0
 public Task Delete(Guid productId)
 {
     return(_priceRepository.DeleteByProductId(productId));
 }