修改接口路径

This commit is contained in:
2025-09-03 18:22:01 +08:00
parent c96390384d
commit 8122ffc6b7
22 changed files with 27 additions and 13 deletions

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