Agliullov D. A. Lab Work 3 Base #6

Closed
d.agliullov wants to merge 10 commits from Lab3_Base into Lab2_Base
Showing only changes of commit c892d14158 - Show all commits

View File

@ -89,7 +89,6 @@ namespace ConfectioneryDatabaseImplement.Implements
return null;
}
pastry.Update(model);
context.Update(pastry);
context.SaveChanges();
pastry.UpdateComponents(context, model);
transaction.Commit();