Schlauchliner erweitert
This commit is contained in:
@@ -58,9 +58,21 @@ namespace DaSaSo.Wpf.ViewModel
|
||||
}
|
||||
}
|
||||
|
||||
public DateTime Imprägnierdatum
|
||||
{
|
||||
get => _model.Date;
|
||||
set
|
||||
{
|
||||
_model.Date = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
public ImpregnierungEditViewModel(IActualProject actualProject, IDataService<Impregnation> dataservice)
|
||||
{
|
||||
_model = actualProject.AktuellImpregnation;
|
||||
//Imprägnierdatum = DateTime.Now;
|
||||
SaveImpregnation = new SaveImpregnationCommand(this,dataservice);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user