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