неважно
This commit is contained in:
parent
df6cabddb3
commit
5ab60a79f9
@ -97,7 +97,6 @@ namespace WinFormsApp
|
|||||||
Rate = 0.0,
|
Rate = 0.0,
|
||||||
IsBeingSold = checkBoxIsSold.Checked,
|
IsBeingSold = checkBoxIsSold.Checked,
|
||||||
};
|
};
|
||||||
_barcodeLogic.CreateBarcode(model);
|
|
||||||
var operationResult = _id.HasValue ? _productLogic.Update(model) : _productLogic.Create(model);
|
var operationResult = _id.HasValue ? _productLogic.Update(model) : _productLogic.Create(model);
|
||||||
_id = null;
|
_id = null;
|
||||||
if (!operationResult)
|
if (!operationResult)
|
||||||
|
Loading…
Reference in New Issue
Block a user