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