fix
This commit is contained in:
parent
6ab002a010
commit
2e5216365d
@ -100,7 +100,7 @@ namespace FoodOrdersView
|
||||
var operationResult = _logicO.CreateOrder(new OrderBindingModel
|
||||
{
|
||||
DishId = Convert.ToInt32(comboBoxDish.SelectedValue),
|
||||
ClientId = Convert.ToInt32(comboBoxDish.SelectedValue),
|
||||
ClientId = Convert.ToInt32(comboBoxClient.SelectedValue),
|
||||
Count = Convert.ToInt32(textBoxCount.Text),
|
||||
Sum = Convert.ToDouble(textBoxSum.Text)
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user