This commit is contained in:
Veljko Tosic
2026-02-11 22:53:22 +01:00
parent 1c7a12a01c
commit 3f349543d6
5 changed files with 6 additions and 11 deletions

View File

@@ -22,9 +22,4 @@ public record DomainId : AbstractValueObject
new MinLengthRule(IdValue, 5)
];
}
public override string ToString()
{
return IdValue;
}
}