summaryrefslogtreecommitdiff
path: root/RhSolutions.QueryModifiers/Heating/SleeveQueryModifier.cs
diff options
context:
space:
mode:
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 => "Монтажная гильза";
+}