This commit is contained in:
Павел Путилин 2023-04-11 21:50:55 +04:00
parent 77ee2c8e4b
commit 07579f53fd

View File

@ -94,7 +94,7 @@ namespace PrecastConcretePlantView
Name = comboBoxShop.Text,
Address = textBoxAddress.Text,
DateOpening = dateTimePickerOpening.Value,
};
};
var vmodel = GetShop(Id);
bool operationResult = false;