namespace DealerSelection.Api.Interface; public interface IAssignDealerApi { Task GetCustomerDataForJob(int buId, int recordId); }