Polevoy S.V. LabWork05_base #7

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