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