消除所有错误,重新构建

This commit is contained in:
2025-07-26 10:05:43 +08:00
parent 3a3ed7a264
commit e292ea9da8
103 changed files with 4254 additions and 3783 deletions

View File

@@ -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);
}