first commit
This commit is contained in:
6
Services/Interfaces/INotificationService.cs
Normal file
6
Services/Interfaces/INotificationService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace HanaToolbox.Services.Interfaces;
|
||||
|
||||
public interface INotificationService
|
||||
{
|
||||
Task SendAsync(string title, string message, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user