Umbau angefangen auf ICommand
This commit is contained in:
@@ -10,7 +10,7 @@ using System.Text;
|
||||
|
||||
namespace KanSan.ViewModel
|
||||
{
|
||||
public class ProjektViewModel : PropertyChangedClass,INotifyPropertyChanged
|
||||
public class ProjektViewModel : BaseViewModel,INotifyPropertyChanged
|
||||
{
|
||||
private Projekt _baustelle;
|
||||
IUnitOfWork unitOfWork = new UnitOfWork(new KanSanContext());
|
||||
|
||||
Reference in New Issue
Block a user