summaryrefslogtreecommitdiff
path: root/RhSolutions.QueryModifiers/Heating/SleeveQueryModifier.cs
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-10-11 22:35:19 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-10-11 22:35:19 +0300
commitf7a0febddb5aaf98d27d5f5679e302437bf7db77 (patch)
treeb3d38da0359d3f175384e10b776a68bc34b6c5de /RhSolutions.QueryModifiers/Heating/SleeveQueryModifier.cs
parentf4188b4269678279e9622f9e8c2b9e2d8a2798d2 (diff)
Create Heating Fitting Base
Diffstat (limited to 'RhSolutions.QueryModifiers/Heating/SleeveQueryModifier.cs')
-rw-r--r--RhSolutions.QueryModifiers/Heating/SleeveQueryModifier.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/RhSolutions.QueryModifiers/Heating/SleeveQueryModifier.cs b/RhSolutions.QueryModifiers/Heating/SleeveQueryModifier.cs
new file mode 100644
index 0000000..42fe898
--- /dev/null
+++ b/RhSolutions.QueryModifiers/Heating/SleeveQueryModifier.cs
@@ -0,0 +1,5 @@
+namespace RhSolutions.QueryModifiers.Heating;
+public class SleeveQueryModifier : HeatingFittingBase
+{
+ protected override string _title => "Монтажная гильза";
+}