This commit is contained in:
@@ -59,7 +59,7 @@ public static class GetConsumptions
|
||||
|
||||
List<ResponseDto> responses = [];
|
||||
|
||||
foreach (var consumptions in consumptionsByCar.Select(x => x.Value))
|
||||
foreach (List<Consumption> consumptions in consumptionsByCar.Select(x => x.Value))
|
||||
{
|
||||
for (int i = 0; i < consumptions.Count; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user