Resharpered

This commit is contained in:
Matthias Heil
2026-01-19 12:55:12 +01:00
parent 07cb25c9e4
commit 7a7565c384
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ public class MailAddressModel
{
[DataMember]
public string DisplayName { get; set; } = "";
[DataMember]
public string Email { get; set; } = "";
}