Files
DMS/DMS.WPF/Services/INotificationService.cs

9 lines
240 B
C#

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