6 lines
No EOL
125 B
C#
6 lines
No EOL
125 B
C#
namespace SurveyLib.Core.Tools;
|
|
|
|
public interface IDataExporter
|
|
{
|
|
Task<byte[]> ExportDataBySurveyIdAsync(int surveyId);
|
|
} |