Mochalov D.V. LabWork02_Hard #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork02_Hard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +94,4 @@
var shopDocuments = source.Shops.SelectMany(shop => shop.ShopDocuments.Where(doc => doc.Value.Item1.Id == document.Id));
foreach (var doc in shopDocuments)
Значение можно получить через LINQ-запрос
Pull request closed