Mochalov D.V. LabWork03_Hard #7

Closed
b0n3l3sS wants to merge 20 commits from LabWork03_Hard into LabWork02_Hard
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();