Tätigkeiten überarbeitet.

This commit is contained in:
Husky
2020-06-06 18:46:44 +02:00
parent 4d5d5082a7
commit 06fc472965
20 changed files with 257 additions and 19 deletions

View File

@@ -10,5 +10,6 @@ namespace KanSan.Base.Interfaces.UI
public string Beschreibung { get; set; }
public string Einheit { get; set; }
public string Tag { get; set; }
public bool HatGüteschutzProtokoll { get; set; }
}
}

View File

@@ -14,6 +14,7 @@ namespace KanSan.Base.Interfaces.UI
decimal Anzahl { get; set; }
string Bemerkung { get; set; }
bool HatGueteschutzProtokoll { get; }
void LöscheErledigt();
LeistungsverzeichnisPosition Leistungsverzeichnis { get; set; }
}
}