6 lines
207 B
C#
6 lines
207 B
C#
|
namespace RhSolutions.QueryModifiers.DrinkingWaterHeatingFittings;
|
|||
|
|
|||
|
public class AdapterScrewcap : Adapter
|
|||
|
{
|
|||
|
protected override string _title => "Переходник с накидной гайкой";
|
|||
|
}
|