6 lines
136 B
C#
6 lines
136 B
C#
namespace VisionBuilder.UI.Common.ViewModel.Interfaces.UI;
|
|
|
|
public interface ISettingsService
|
|
{
|
|
Task ShowSettingsDialogAsync();
|
|
} |