Bewertungssystem angefangen
This commit is contained in:
10
dcnsanplanung.bewertung/M149-3/BAH.cs
Normal file
10
dcnsanplanung.bewertung/M149-3/BAH.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace dcnsanplanung.bewertung.M149_3
|
||||
{
|
||||
public class BAH : AbstractCode
|
||||
{
|
||||
public BAH() : base("Schadhafter Anschluss", CalculateMethods.Dichtheit | CalculateMethods.Standsicherheit | CalculateMethods.Betriebsicherheit)
|
||||
{
|
||||
throw new NotImplementedException () ;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user