mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-17 16:57:54 +02:00
NotificationConnector SendNotification public
This commit is contained in:
@ -16,5 +16,5 @@ public abstract class NotificationConnector(string notificationConnectorId, Noti
|
||||
[NotMapped]
|
||||
protected readonly HttpClient _client = new();
|
||||
|
||||
protected abstract void SendNotificationInternal(string title, string notificationText);
|
||||
public abstract void SendNotification(string title, string notificationText);
|
||||
}
|
Reference in New Issue
Block a user