Fix
This commit is contained in:
parent
2ed36cda8e
commit
9509543350
@ -109,7 +109,8 @@ namespace AircraftPlantView
|
|||||||
Id = _id ?? 0,
|
Id = _id ?? 0,
|
||||||
ShopName = textBoxName.Text,
|
ShopName = textBoxName.Text,
|
||||||
Address = textBoxAddress.Text,
|
Address = textBoxAddress.Text,
|
||||||
DateOpening = dateTimePicker.Value.Date
|
DateOpening = dateTimePicker.Value.Date,
|
||||||
|
ShopPlanes = _shopPlanes
|
||||||
};
|
};
|
||||||
var operationResult = _id.HasValue ? _logic.Update(model) : _logic.Create(model);
|
var operationResult = _id.HasValue ? _logic.Update(model) : _logic.Create(model);
|
||||||
if (!operationResult)
|
if (!operationResult)
|
||||||
|
Loading…
Reference in New Issue
Block a user