using Hangfire; namespace Kreta.Job.Tasks.Core { public interface IEESZTInterfaceJob { [AutomaticRetry(Attempts = 1)] void GetEESZTAllomany(); } }