Minhasapov R.H. LabWork02_Hard #10

Closed
safgerd wants to merge 10 commits from LabWork02_Hard into LabWork01_Hard
Owner
No description provided.
safgerd added 10 commits 2023-04-28 17:10:58 +04:00
safgerd requested review from eegov 2023-04-28 17:11:06 +04:00
eegov approved these changes 2023-05-18 10:32:10 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -83,6 +104,67 @@ namespace AutomobilePlantBusinessLogic.BusinessLogics
return true;
}
public bool CheckThenSupplyMany(ICarModel car, int count)
Collaborator

Метод не в том классе

Метод не в том классе
@ -0,0 +94,4 @@
var shopCars = source.Shops.SelectMany(shop => shop.ShopCars.Where(c => c.Value.Item1.Id == car.Id));
foreach (var c in shopCars)
Collaborator

Значение можно получить через LINQ-запрос

Значение можно получить через LINQ-запрос
eegov closed this pull request 2023-05-18 10:32:21 +04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: safgerd/PIbd-23_Minhasapov_R.H._AutomobilePlant#10
No description provided.