ПИбд-23 Салин Олег Алексеевич Лабораторная работа №5 (Усложненная) #20

Closed
Oleja123 wants to merge 40 commits from Lab5_Hard into Lab5
Showing only changes of commit 93686aa0f7 - Show all commits

View File

@ -105,6 +105,7 @@ namespace IceCreamShop
Address = AddressTextBox.Text,
DateOpen = DateTimePicker.Value.Date,
MaxCapacity = Convert.ToInt32(CapacityUpDown.Value),
ShopIceCreams = null
};
var operationResult = _id.HasValue ? _logic.Update(model) : _logic.Create(model);
if (!operationResult)