Polevoy S.V. LabWork06_base #8

Closed
ChipsEater wants to merge 5 commits from LabWork06_base into LabWork05_base
Showing only changes of commit c955608003 - Show all commits

View File

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