Polevoy S.V. LabWork04_hard #12

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

View File

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