Merge branch 'Lab1_Base' into Lab2_Base
This commit is contained in:
commit
3b796baf01
@ -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
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user