summaryrefslogtreecommitdiff
path: root/RhSolutions.Parsers/DrinkingWaterHeatingPipes/FlexPipe.cs
blob: 011b18dfba717b6324d5b8c06cccac1d4c2218fa (plain)
1
2
3
4
5
6
7
namespace RhSolutions.Parsers.Pipes;

[ParserKey("Flex")]
public class FlexPipe : DrinkingWaterHeatingPipe 
{
	protected override string _title => "РЕХАУ FLEX";
}