Merge branch 'Lab1_Base' into Lab2_Base
This commit is contained in:
commit
3b796baf01
@ -44,7 +44,7 @@ namespace ConfectioneryView
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
int id = Convert.ToInt32(comboBoxPastry.SelectedValue);
|
int id = Convert.ToInt32(comboBoxPastry.SelectedValue);
|
||||||
var pastry = _logicP.ReadElement(new PastrySearchModel
|
var pastry = _logicP.ReadElement(new()
|
||||||
{
|
{
|
||||||
Id = id
|
Id = id
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user