Update 50-63 sleeves skus

This commit is contained in:
Serghei Cebotari 2024-08-26 18:11:57 +03:00
parent 46b8468628
commit 38011f165e

View File

@ -77,8 +77,8 @@ public class SleevesCalculator : IFittingsCalculator
"25PX" => new Product("11600031001"), "25PX" => new Product("11600031001"),
"32PX" => new Product("11600041001"), "32PX" => new Product("11600041001"),
"40" => new Product("11600051001"), "40" => new Product("11600051001"),
"50" => new Product("11397711002"), "50" => new Product("11397713002"),
"63" => new Product("11397811002"), "63" => new Product("11397813002"),
_ => throw new Exception($"Неизвестный диаметр {kvp.Key}") _ => throw new Exception($"Неизвестный диаметр {kvp.Key}")
}, kvp => kvp.Value); }, kvp => kvp.Value);
} }