Klassifizierungssystem hinzugefügt
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public class BAE : AbstractCode
|
||||
{
|
||||
public BAE() : base("Fehlender Mörtel", CalculateMethods.Dichtheit | CalculateMethods.Standsicherheit)
|
||||
public BAE() : base("Fehlender Mörtel")
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user