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