Merge branch 'Lab1_Base' into Lab2_Base

This commit is contained in:
Данияр Аглиуллов 2023-02-18 18:58:27 +04:00
commit 3b796baf01

View File

@ -44,7 +44,7 @@ namespace ConfectioneryView
try
{
int id = Convert.ToInt32(comboBoxPastry.SelectedValue);
var pastry = _logicP.ReadElement(new PastrySearchModel
var pastry = _logicP.ReadElement(new()
{
Id = id
});