Files

11 lines
214 B
C#

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