Mochalov D.V. LabWork02_Hard #6

Closed
b0n3l3sS wants to merge 39 commits from LabWork02_Hard into LabWork01_Hard
Showing only changes of commit 0f604b38fe - Show all commits

View File

@ -142,7 +142,9 @@ namespace LawFirmFileImplement.Implements
MaxCountDocuments = shop.MaxCountDocuments,
ShopDocuments = documents
});
source.SaveShops();
return true;
}
}
@ -155,6 +157,7 @@ namespace LawFirmFileImplement.Implements
MaxCountDocuments = shop.MaxCountDocuments,
ShopDocuments = documents
});
source.SaveShops();
}
if (count > 0)