Починил лютую западню от вижлы (снесла строчку)
This commit is contained in:
parent
6876fd23d9
commit
cf10d844e0
@ -115,8 +115,8 @@ namespace ShipyardView
|
||||
var operationResult = _logicO.CreateOrder(new OrderBindingModel
|
||||
{
|
||||
ShipId = Convert.ToInt32(comboBoxShips.SelectedValue),
|
||||
|
||||
Count = Convert.ToInt32(textBoxCount.Text),
|
||||
ClientId = Convert.ToInt32(comboBoxClients.SelectedValue),
|
||||
Count = Convert.ToInt32(textBoxCount.Text),
|
||||
Sum = Convert.ToDouble(textBoxSum.Text)
|
||||
});
|
||||
if (!operationResult)
|
||||
|
Loading…
x
Reference in New Issue
Block a user