11 lines
277 B
C#
11 lines
277 B
C#
namespace dcnsanplanung.bewertung.M149_3
|
|
{
|
|
public class BAE : AbstractCode
|
|
{
|
|
public BAE() : base("Fehlender Mörtel", CalculateMethods.Dichtheit | CalculateMethods.Standsicherheit)
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|
|
}
|