Turner I.A. Hard lab work 2 #8

Closed
TurnerIlya wants to merge 7 commits from LabWork_2_Hard into LabWork_1_Hard
Showing only changes of commit 06a2966ffc - Show all commits

View File

@ -46,8 +46,9 @@ namespace PlumbingRepair
StoreName = NameTextBox.Text,
StoreAdress = AdressTextBox.Text,
OpeningDate = OpeningDatePicker.Value.Date,
WorkMaxCount = (int)VolumeNumericUpDown.Value
};
WorkMaxCount = (int)VolumeNumericUpDown.Value,
StoreWorks = _listStores
};
var operationResult = _id.HasValue ? _logic.Update(model) : _logic.Create(model);
if (!operationResult)
{