5 lines
126 B
C#
5 lines
126 B
C#
namespace CsharpFp1.Domain;
|
|
|
|
/// Value object used to wrap the aggregate identity
|
|
public sealed record AccountId(Guid Value);
|