Batylkina A.O. LabWork_2 Hard #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWorkHard_2"
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 +86,4 @@
private int GetCountFurnitureAllShops(FurnitureBindingModel furniture)
{
int count = 0;
foreach (var shop in source.Shops)
Значение можно получить через LINQ-запрос
Pull request closed