namespace DamageAssesment.Api.Responses.Interfaces { public interface IExcelExportService { public byte[] ExportToExcel(List responses); } }