Schächte werden nun hinzugefügt
This commit is contained in:
@@ -9,7 +9,8 @@ namespace SewerStammGen.WPF.ViewModel.State
|
||||
{
|
||||
internal class ActualState : IActualState
|
||||
{
|
||||
public int ProjektID { get; private set; }
|
||||
// TODO: set auf private set setzen
|
||||
public int ProjektID { get; set; }
|
||||
|
||||
public void SetProjekt(Projekt projekt, bool notification = true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user