Begin Implementing Mass Email Section

This commit is contained in:
dhruvb14 2017-01-31 22:03:57 -05:00
commit 16823e2739
6 changed files with 110 additions and 18 deletions

View file

@ -0,0 +1,9 @@
using Quartz;
namespace Ombi.Services.Jobs
{
public interface IMassEmail
{
void MassEmailAdminTest();
}
}