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:
dhruvb14 2017-01-31 22:54:58 -05:00
commit 8f3c4ca1b2
7 changed files with 255 additions and 7 deletions

View file

@ -4,6 +4,7 @@ namespace Ombi.Services.Jobs
{
public interface IMassEmail
{
void MassEmailAdminTest();
void Execute(IJobExecutionContext context);
void MassEmailAdminTest(string html);
}
}