Mochalov D.V. LabWork05_Base #9

Closed
b0n3l3sS wants to merge 15 commits from LabWork05_Base into LabWork04_Base
Showing only changes of commit 717bdcb416 - Show all commits

View File

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