0
0
RhSolutions-Api/RhSolutions.QueryModifiers/DrinkingWaterHeatingFittings/EuroconeFlex.cs
2023-10-15 22:04:33 +03:00

11 lines
353 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace RhSolutions.QueryModifiers.DrinkingWaterHeatingFittings;
public class EuroconeFlex : Eurocone
{
protected override Dictionary<string, string> _titles => new()
{
["16"] = "Резьбозажимное соединение flex/pink 16х2,2xG3/4",
["20"] = "Резьбозажимное соединение flex/pink 20х2,8xG3/4"
};
}