Referenzen entfernt
This commit is contained in:
@@ -17,10 +17,10 @@ namespace SewerStammGen.WPF.Commands
|
||||
private IDataService<Kanal> kanalDataService;
|
||||
private ISchachtService schachtService;
|
||||
|
||||
public HaltungEditSaveCommand(HaltungEditViewModel haltungEditViewModel, IDataService<Kanal> kanalDataService, ISchachtService schachtService)
|
||||
public HaltungEditSaveCommand(HaltungEditViewModel haltungEditViewModel, ISchachtService schachtService)
|
||||
{
|
||||
this.haltungEditViewModel = haltungEditViewModel;
|
||||
this.kanalDataService = kanalDataService;
|
||||
//this.kanalDataService = kanalDataService;
|
||||
this.schachtService = schachtService;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user