11 lines
316 B
C#
11 lines
316 B
C#
namespace dcnsanplanung.bewertung.M149_3
|
|
{
|
|
public class BAF : AbstractCode
|
|
{
|
|
public BAF() : base("Oberflächenschaden", CalculateMethods.Dichtheit | CalculateMethods.Standsicherheit | CalculateMethods.Betriebsicherheit)
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|
|
}
|