Add mx couplings support

This commit is contained in:
Serghei Cebotari 2024-05-26 07:07:18 +03:00
parent cc32e4792c
commit a6a0f104c5
2 changed files with 4 additions and 4 deletions

View File

@ -38,10 +38,10 @@ public class CouplingsCalculator : IFittingsCalculator
.ToDictionary(kvp =>
kvp.Key switch
{
"16" => new Product("11600111001"),
"20" => new Product("11600121001"),
"25" => new Product("11600131001"),
"32" => new Product("11600141001"),
"16" => new Product("11080111001"),
"20" => new Product("11080121001"),
"25" => new Product("11080131001"),
"32" => new Product("11080141001"),
"40" => new Product("11600151001"),
"50" => new Product("14563021001"),
"63" => new Product("14563031001"),