init
This commit is contained in:
13
Kreta.Job.Tasks.Core/ITavolletJob.cs
Normal file
13
Kreta.Job.Tasks.Core/ITavolletJob.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Hangfire;
|
||||
|
||||
namespace Kreta.Job.Tasks.Core
|
||||
{
|
||||
public interface ITavolletJob
|
||||
{
|
||||
[AutomaticRetry(Attempts = 0)]
|
||||
void SyncTavolletIktatott();
|
||||
|
||||
[AutomaticRetry(Attempts = 0)]
|
||||
void SendOutTavolletReminderEmails();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user