All checks were successful
continuous-integration/drone/push Build is passing
And update all references including comments etc.
7 lines
111 B
C#
7 lines
111 B
C#
using StronglyTypedIds;
|
|
|
|
namespace Vegasco.Server.Api.Cars;
|
|
|
|
[StronglyTypedId]
|
|
public partial struct CarId;
|