6 lines
183 B
C#
6 lines
183 B
C#
|
namespace RhSolutions.QueryModifiers.Heating;
|
|||
|
public class SleeveQueryModifier : HeatingFittingBase
|
|||
|
{
|
|||
|
protected override string _title => "Монтажная гильза";
|
|||
|
}
|