mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-09-08 11:28:02 -04:00
Rework notifications system (#284)
This commit is contained in:
1 parent
7201520411
commit
f93494adb2
73 files changed
+5089
-1254
No files matched your search
+8
@@ -0,0 +1,8 @@
|
||||
using Cleanuparr.Infrastructure.Features.Notifications.Models;
|
||||
|
||||
namespace Cleanuparr.Infrastructure.Features.Notifications;
|
||||
|
||||
public interface INotificationProviderFactory
|
||||
{
|
||||
INotificationProvider CreateProvider(NotificationProviderDto config);
|
||||
}
|
||||
Reference in new issue
Block a user