Ombi/Ombi.Services/Interfaces/IRecentlyAdded.cs

11 lines
No EOL
221 B
C#

using Quartz;
namespace Ombi.Services.Jobs
{
public interface IRecentlyAdded
{
void Execute(IJobExecutionContext context);
void RecentlyAddedAdminTest();
void StartNewsLetter();
}
}