Add consumption entity and use strongly typed ids
This commit is contained in:
6
src/WebApi/Cars/CarId.cs
Normal file
6
src/WebApi/Cars/CarId.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using StronglyTypedIds;
|
||||
|
||||
namespace Vegasco.WebApi.Cars;
|
||||
|
||||
[StronglyTypedId]
|
||||
public partial struct CarId;
|
||||
Reference in New Issue
Block a user