Add consumption logic and endpoints

This commit is contained in:
2024-08-23 18:02:18 +02:00
parent d47e4c1971
commit 2463c11be3
22 changed files with 979 additions and 23 deletions

View File

@@ -16,4 +16,4 @@ internal class CarFaker
{
return new UpdateCar.Request(_faker.Vehicle.Model());
}
}
}