Compare commits

..

No commits in common. "0bb2852597fc8f49a40d931dc959dbafbf6ecda1" and "b57409909f08e06c4b258be142b729fd5ad61623" have entirely different histories.

View File

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