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