Klassifizierungssystem hinzugefügt
This commit is contained in:
20
dcnsanplanung.bewertung/M149-3/BDE.cs
Normal file
20
dcnsanplanung.bewertung/M149-3/BDE.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
namespace dcnsanplanung.bewertung.M149_3
|
||||
{
|
||||
public class BDE : AbstractCode
|
||||
{
|
||||
public BDE() : base("Zufluss aus einem Anschluss")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public override int CalculateBK()
|
||||
{
|
||||
switch(Ch2)
|
||||
{
|
||||
case "A": return 1;
|
||||
default: return 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user