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