summaryrefslogtreecommitdiff
path: root/RhSolutions.QueryModifiers/Heating/SleeveQueryModifier.cs
blob: 42fe898c11062be5e890e5efda069467f95ca182 (plain)
1
2
3
4
5
namespace RhSolutions.QueryModifiers.Heating;
public class SleeveQueryModifier : HeatingFittingBase 
{
    protected override string _title => "Монтажная гильза";
}