add new interface for data export
This commit is contained in:
parent
fa622c270b
commit
f54a78d56e
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