namespace Seyounth.Hyosung.Data.Services; public interface IReportExportService { Task ExportAsync(string trayCode); Task ExportNoExportAsync(); Task ExportTodayTotalReportAsync(); }