PIbd-21_Sagirov_M.M._Shipyard Lab6_Base #7

Closed
Marselchii wants to merge 3 commits from lab6_base into lab5_base
Showing only changes of commit cf10d844e0 - Show all commits

View File

@ -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)