2025-09-03 18:22:01 +08:00
|
|
|
|
namespace DMS.WPF.Interfaces;
|
2025-06-14 19:34:12 +08:00
|
|
|
|
|
|
|
|
|
|
public interface INotificationService
|
|
|
|
|
|
{
|
2025-07-26 10:05:43 +08:00
|
|
|
|
// void Show(Notification notification);
|
|
|
|
|
|
// void Show(string message, NotificationType type = NotificationType.Info, bool IsGlobal = true);
|
2025-06-14 19:34:12 +08:00
|
|
|
|
}
|