Mvvm Pattern erweitert
This commit is contained in:
@@ -28,11 +28,9 @@ namespace KanSan
|
||||
{
|
||||
InitializeComponent();
|
||||
this.Title = ProgrammHashVersion.GIT_HASH;
|
||||
|
||||
UnitOfWork unitOfWork = new UnitOfWork(new KanSanContext());
|
||||
var d = unitOfWork.KundenRepository.Get().First();
|
||||
|
||||
UI.UCKundeEdit uCKundeEdit = new UI.UCKundeEdit(d);
|
||||
|
||||
UI.UCKundeEdit uCKundeEdit = new UI.UCKundeEdit();
|
||||
ContentController.Content = uCKundeEdit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user