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