Part 2 of list to ienumerable

This commit is contained in:
Chomp
2025-07-23 15:55:28 +01:00
parent 0faa65a560
commit a1e0dadd08
29 changed files with 166 additions and 162 deletions
@@ -336,7 +336,7 @@ public class TradeController(
/// <returns>Rouble price</returns>
protected int GetPriceOfItemAndChildren(
MongoId parentItemId,
List<Item> items,
IEnumerable<Item> items,
Dictionary<MongoId, int?> handbookPrices,
TraderBase traderDetails
)