using Hangfire; namespace Kreta.Job.Tasks.Core { public interface ISapJob { [AutomaticRetry(Attempts = 0)] void SyncJobKeretEsTavollet(); } }