0
0

Dictionary delete

This commit is contained in:
Sergey Chebotar 2023-05-11 19:13:14 +03:00
parent 3cf031f95b
commit 7dc8fd45d4

View File

@ -18,7 +18,6 @@ namespace RhSolutions.Api.Services
List<Product> products = new();
using (var wb = new XLWorkbook(memoryStream))
{
Dictionary<ProductSku, Product> collected = new();
var table = GetTable(wb);
var rows = table.DataRange.Rows();
foreach (var row in rows)