Files
DMS/DMS.WPF/Interfaces/INotificationService.cs
2025-09-03 18:22:01 +08:00

7 lines
223 B
C#

namespace DMS.WPF.Interfaces;
public interface INotificationService
{
// void Show(Notification notification);
// void Show(string message, NotificationType type = NotificationType.Info, bool IsGlobal = true);
}