mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Does not compile, need to get data from UI into nancy somehow and figure out why IMassEmail is not initializing
This commit is contained in:
parent
16823e2739
commit
8f3c4ca1b2
7 changed files with 255 additions and 7 deletions
|
@ -4,6 +4,7 @@ namespace Ombi.Services.Jobs
|
|||
{
|
||||
public interface IMassEmail
|
||||
{
|
||||
void MassEmailAdminTest();
|
||||
void Execute(IJobExecutionContext context);
|
||||
void MassEmailAdminTest(string html);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue