Polevoy S.V. LabWork03_hard #11

Closed
ChipsEater wants to merge 5 commits from LabWork03_hard into LabWork02_hard
Showing only changes of commit 5fd94d55b9 - Show all commits

View File

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