last little fix (maybe not last)

This commit is contained in:
Ivan Gutorov 2024-12-05 06:27:56 +04:00
parent 413256e850
commit a82cf75e14

View File

@ -20,7 +20,7 @@ namespace PIbd_23_Gutorov_I.A._IT_Company.Forms
comboBoxCustomerExecutorReviewExecutorId.DataSource = executorRepository.ReadExecutors();
comboBoxCustomerExecutorReviewExecutorId.DisplayMember = "Name";
comboBoxCustomerExecutorReviewCustomerId.ValueMember = "Id";
comboBoxCustomerExecutorReviewExecutorId.ValueMember = "Id";
}
private void ButtonSave_Click(object sender, EventArgs e)