重构项目,将项目拆分(临时提交)
This commit is contained in:
10
DMS.WPF/Services/INotificationService.cs
Normal file
10
DMS.WPF/Services/INotificationService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using DMS.Core.Enums;
|
||||
using DMS.Models;
|
||||
|
||||
namespace DMS.Services;
|
||||
|
||||
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