Add consumption entity and use strongly typed ids

This commit is contained in:
2024-08-17 18:00:23 +02:00
parent 4bfc57ef9f
commit d47e4c1971
19 changed files with 265 additions and 36 deletions

6
src/WebApi/Cars/CarId.cs Normal file
View File

@@ -0,0 +1,6 @@
using StronglyTypedIds;
namespace Vegasco.WebApi.Cars;
[StronglyTypedId]
public partial struct CarId;