using DealerSelection.Api.Infrastructure.Mulesoft; namespace DealerSelection.Api.Infrastructure.BatchJob; public interface IRepository { Task> Get24HrOldRecordsForJobProcessing(); }