init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Hangfire;
|
||||
|
||||
namespace Kreta.Job.Tasks.Core
|
||||
{
|
||||
public interface IUpdateTanuloDualisSzerzodeseiJob
|
||||
{
|
||||
[AutomaticRetry(Attempts = 1)]
|
||||
void UpdateTanuloDualisSzerzodesei();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user