修改接口路径
This commit is contained in:
7
DMS.WPF/Interfaces/INotificationService.cs
Normal file
7
DMS.WPF/Interfaces/INotificationService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace DMS.WPF.Interfaces;
|
||||
|
||||
public interface INotificationService
|
||||
{
|
||||
// void Show(Notification notification);
|
||||
// void Show(string message, NotificationType type = NotificationType.Info, bool IsGlobal = true);
|
||||
}
|
||||
Reference in New Issue
Block a user