消除所有错误,重新构建
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using DMS.Core.Enums;
|
||||
using DMS.WPF.Models;
|
||||
|
||||
namespace DMS.Services;
|
||||
|
||||
public interface INotificationService
|
||||
{
|
||||
void Show(Notification notification);
|
||||
void Show(string message, NotificationType type = NotificationType.Info, bool IsGlobal = true);
|
||||
// void Show(Notification notification);
|
||||
// void Show(string message, NotificationType type = NotificationType.Info, bool IsGlobal = true);
|
||||
}
|
||||
Reference in New Issue
Block a user