add new interface for data export
This commit is contained in:
parent
facbd1b56b
commit
1baf69234a
1 changed files with 6 additions and 0 deletions
6
SurveyLib.Core/Tools/IDataExporter.cs
Normal file
6
SurveyLib.Core/Tools/IDataExporter.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace SurveyLib.Core.Tools;
|
||||
|
||||
public interface IDataExporter
|
||||
{
|
||||
Task<byte[]> ExportDataBySurveyIdAsync(int surveyId);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue