修改接口路径
This commit is contained in:
9
DMS.WPF/Interfaces/IDialogService.cs
Normal file
9
DMS.WPF/Interfaces/IDialogService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using DMS.WPF.ViewModels.Dialogs;
|
||||
|
||||
namespace DMS.WPF.Interfaces
|
||||
{
|
||||
public interface IDialogService
|
||||
{
|
||||
Task<TResult> ShowDialogAsync<TResult>(DialogViewModelBase<TResult> viewModel);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user