Klassifizierungssystem hinzugefügt
This commit is contained in:
12
dcnsanplanung.bewertung/M149-3/BAK.cs
Normal file
12
dcnsanplanung.bewertung/M149-3/BAK.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace dcnsanplanung.bewertung.M149_3
|
||||
{
|
||||
public class BAK : AbstractCode
|
||||
{
|
||||
public BAK() : base("Feststellung der Innenauskleidung")
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user