namespace Diligent.WebAPI.Business.Services.Interfaces { public interface ISaveImportedDataService { Task<List<ApplicantImportDto>> Save(); } }