14
Wino.Core.ViewModels/SettingsPageViewModel.cs
Normal file
14
Wino.Core.ViewModels/SettingsPageViewModel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
|
||||
namespace Wino.Core.ViewModels
|
||||
{
|
||||
public class SettingsPageViewModel : CoreBaseViewModel
|
||||
{
|
||||
public SettingsPageViewModel(INavigationService navigationService)
|
||||
{
|
||||
NavigationService = navigationService;
|
||||
}
|
||||
|
||||
public INavigationService NavigationService { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user