mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 07:22:35 -07:00
10 lines
No EOL
174 B
C#
10 lines
No EOL
174 B
C#
using Quartz;
|
|
|
|
namespace Ombi.Services.Jobs
|
|
{
|
|
public interface IPlexUserChecker
|
|
{
|
|
void Execute(IJobExecutionContext context);
|
|
void Start();
|
|
}
|
|
} |