0
0
RhSolutions-Api/RhSolutions.Parsers/DrinkingWaterHeatingFittings/AdapterScrewcap.cs

7 lines
246 B
C#
Raw Normal View History

2024-02-08 17:11:11 +03:00
namespace RhSolutions.Parsers.Fittings;
2024-01-26 15:50:41 +03:00
2024-02-08 17:11:11 +03:00
[ParserKey("Переходник с накидной гайкой")]
2024-01-26 15:50:41 +03:00
public class AdapterScrewcap : Adapter
{
protected override string _title => "Переходник с накидной гайкой";
}