namespace dcnsanplanung.bewertung.M149_3 { public class BAI : AbstractCode { public BAI() : base("Einragendes Dichtungsmaterial", CalculateMethods.Dichtheit | CalculateMethods.Betriebsicherheit) { throw new NotImplementedException () ; } } }