hanzllcc

Results 1 issues of hanzllcc

I have the `IdentificationType` class: ``` c# public sealed record IdentificationType { public int Id { get; } public string Alias { get; } private IdentificationType(int id, string alias) {...