Klassifizierungssystem hinzugefügt
This commit is contained in:
22
dcnsanplanung.bewertung/M149-3/BAO.cs
Normal file
22
dcnsanplanung.bewertung/M149-3/BAO.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
namespace dcnsanplanung.bewertung.M149_3
|
||||
{
|
||||
public class BAO : AbstractCode
|
||||
{
|
||||
public BAO() : base("Boden sichtbar")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public override int CalculateDK()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
public override int CalculateSK()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user