Klassen erweitert

This commit is contained in:
Husky
2020-02-21 09:50:32 +01:00
parent 5798fc6108
commit fc144554a5
18 changed files with 596 additions and 192 deletions

View File

@@ -12,7 +12,7 @@ namespace KanSan.ViewModel
{
class BaustelleViewModel : PropertyChangedClass,INotifyPropertyChanged
{
private Baustelle _baustelle;
private Projekt _baustelle;
IUnitOfWork unitOfWork = new UnitOfWork(new KanSanContext());
private string ort;