ToString overrides

This commit is contained in:
2025-07-03 20:38:18 +02:00
parent fa29c21dfb
commit 3c4f1c16db
10 changed files with 21 additions and 8 deletions

View File

@@ -79,4 +79,6 @@ public class NotificationConnector(string name, string url, Dictionary<string, s
return sb.ToString();
}
}
public override string ToString() => $"{GetType().Name} {Name}";
}