0
0
RhSolutions-Api/RhSolutions.QueryModifiers/Heating/SleeveQueryModifier.cs

6 lines
183 B
C#
Raw Normal View History

2023-10-11 22:35:19 +03:00
namespace RhSolutions.QueryModifiers.Heating;
public class SleeveQueryModifier : HeatingFittingBase
{
protected override string _title => "Монтажная гильза";
}