merge main

This commit is contained in:
Burak Kaan Köse
2025-02-02 15:48:47 +01:00
13 changed files with 95 additions and 5 deletions

View File

@@ -45,5 +45,9 @@ namespace Wino.Core.Domain.Interfaces
/// <returns>Created alias model if not canceled.</returns>
Task<ICreateAccountAliasDialog> ShowCreateAccountAliasDialogAsync();
/// <summary>
/// Presents a dialog to the user to show email source.
/// </summary>
Task ShowMessageSourceDialogAsync(string messageSource);
}
}