8 lines
208 B
C#
8 lines
208 B
C#
namespace RhSolutions.QueryModifiers
|
||
{
|
||
public class AdapterScrewcapModifier : AdapterModifier
|
||
{
|
||
protected override string name => "Переходник с накидной гайкой";
|
||
}
|
||
}
|