на забытых материках
This commit is contained in:
parent
8b6f1036e2
commit
683b6f2f84
@ -42,8 +42,8 @@ public partial class FormOrder : Form
|
|||||||
orderRepository.CreateOrder(Orders.CreateEntity(
|
orderRepository.CreateOrder(Orders.CreateEntity(
|
||||||
0,
|
0,
|
||||||
textBoxDescription.Text,
|
textBoxDescription.Text,
|
||||||
(int)comboBoxCutomer.SelectedIndex,
|
(int)comboBoxCutomer.SelectedValue!,
|
||||||
(int)comboBoxPublishingHouse.SelectedIndex
|
(int)comboBoxPublishingHouse.SelectedValue!
|
||||||
));
|
));
|
||||||
Close();
|
Close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user