Mochalov D.V. LabWork05_Hard #13

Closed
b0n3l3sS wants to merge 63 commits from LabWork05_Hard into LabWork05_Base
Showing only changes of commit 8956013a65 - Show all commits

View File

@ -100,6 +100,7 @@ namespace LawFirmDatabaseImplement.Implements
}
document.Update(model);
document.UpdateComponents(context, model);
context.SaveChanges();
context.Database.CommitTransaction();