9 lines
157 B
C#
9 lines
157 B
C#
![]() |
namespace Seyounth.Hyosung.Data.Services;
|
||
|
|
||
|
public interface IReportExportService
|
||
|
{
|
||
|
Task ExportAsync(string trayCode);
|
||
|
|
||
|
|
||
|
Task ExportNoExportAsync();
|
||
|
}
|