7 lines
223 B
C#
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);
|
|
} |