Polevoy S.V. LabWork05_hard #13

Closed
ChipsEater wants to merge 6 commits from LabWork05_hard into LabWork04_hard
Showing only changes of commit ba18848a73 - Show all commits

View File

@ -89,6 +89,7 @@ namespace FlowerShopDatabaseImplement.Implements
}
bouquet.Update(model);
bouquet.UpdateComponents(context, model);
context.SaveChanges();
context.Database.CommitTransaction();