Polevoy S.V. LabWork03_base #5

Closed
ChipsEater wants to merge 3 commits from LabWork03_base into LabWork02_base
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();