fix
This commit is contained in:
parent
cac8ea5d92
commit
06a2966ffc
@ -46,7 +46,8 @@ namespace PlumbingRepair
|
||||
StoreName = NameTextBox.Text,
|
||||
StoreAdress = AdressTextBox.Text,
|
||||
OpeningDate = OpeningDatePicker.Value.Date,
|
||||
WorkMaxCount = (int)VolumeNumericUpDown.Value
|
||||
WorkMaxCount = (int)VolumeNumericUpDown.Value,
|
||||
StoreWorks = _listStores
|
||||
};
|
||||
var operationResult = _id.HasValue ? _logic.Update(model) : _logic.Create(model);
|
||||
if (!operationResult)
|
||||
|
Loading…
Reference in New Issue
Block a user