Aktuelle Schäden können bearbeitet werden
This commit is contained in:
@@ -12,5 +12,12 @@ namespace KanSan.SampleData
|
||||
public bool RissBruchScherbe { get => false; set => throw new NotImplementedException(); }
|
||||
public bool EinragendeStutzen { get => true; set => throw new NotImplementedException(); }
|
||||
public string Sanierungstyp { get => "REPERATUR"; set => throw new NotImplementedException(); }
|
||||
|
||||
public List<string> AvaibleSanTyps => new List<string>()
|
||||
{
|
||||
"Reperatur",
|
||||
"Renovation",
|
||||
"Erneuerung"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user