11 lines
320 B
C#
11 lines
320 B
C#
namespace dcnsanplanung.bewertung.M149_3
|
|
{
|
|
public class BAH : AbstractCode
|
|
{
|
|
public BAH() : base("Schadhafter Anschluss", CalculateMethods.Dichtheit | CalculateMethods.Standsicherheit | CalculateMethods.Betriebsicherheit)
|
|
{
|
|
throw new NotImplementedException () ;
|
|
}
|
|
}
|
|
}
|