Пример #1
0
 public Task <int> DeleteListAsync(Guid productId)
 {
     return(_productOptionRepository.DeleteListAsync(productId));
 }