namespace LehrerApp.Desktop.Views.Shared; /// Generisches DataContext für . public class ConfirmDialogInfo { public string Title { get; init; } = ""; public string Message { get; init; } = ""; public string ConfirmText { get; init; } = "Bestätigen"; }