неважно

This commit is contained in:
the 2024-06-24 14:14:50 +04:00
parent df6cabddb3
commit 5ab60a79f9

View File

@ -97,7 +97,6 @@ namespace WinFormsApp
Rate = 0.0,
IsBeingSold = checkBoxIsSold.Checked,
};
_barcodeLogic.CreateBarcode(model);
var operationResult = _id.HasValue ? _productLogic.Update(model) : _productLogic.Create(model);
_id = null;
if (!operationResult)