Agliullov D. A. Lab Work 2 Hard #5

Closed
d.agliullov wants to merge 26 commits from Lab2_Hard into Lab1_Hard
Showing only changes of commit 3b796baf01 - Show all commits

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
});