13 lines
222 B
C#
13 lines
222 B
C#
namespace dcnsanplanung.bewertung.M149_3
|
|
{
|
|
public class BAM : AbstractCode
|
|
{
|
|
public BAM() : base("Schadhafte Schweißnaht")
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|
|
|
|
|
|
}
|