mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Begin Implementing Mass Email Section
This commit is contained in:
parent
0b64618438
commit
16823e2739
6 changed files with 110 additions and 18 deletions
9
Ombi.Services/Interfaces/IMassEmail.cs
Normal file
9
Ombi.Services/Interfaces/IMassEmail.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Quartz;
|
||||
|
||||
namespace Ombi.Services.Jobs
|
||||
{
|
||||
public interface IMassEmail
|
||||
{
|
||||
void MassEmailAdminTest();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue