2024-11-10 23:28:25 +01:00
|
|
|
|
using Wino.Core.Domain.Interfaces;
|
|
|
|
|
|
|
2025-02-16 11:43:30 +01:00
|
|
|
|
namespace Wino.Core.ViewModels
|
2024-11-10 23:28:25 +01:00
|
|
|
|
{
|
2025-02-16 11:43:30 +01:00
|
|
|
|
public class SettingsDialogViewModel : CoreBaseViewModel
|
2024-11-10 23:28:25 +01:00
|
|
|
|
{
|
2025-02-16 11:43:30 +01:00
|
|
|
|
public SettingsDialogViewModel(IMailDialogService dialogService)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2024-11-10 23:28:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
}
|