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