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, Name = comboBoxShop.Text,
Address = textBoxAddress.Text, Address = textBoxAddress.Text,
DateOpening = dateTimePickerOpening.Value, DateOpening = dateTimePickerOpening.Value,
}; };
var vmodel = GetShop(Id); var vmodel = GetShop(Id);
bool operationResult = false; bool operationResult = false;