Skip to content

Commit 35571f8

Browse files
Added ExportToYaml method to IExportService interface
1 parent 71dcb11 commit 35571f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jQueryDatatableServerSideNetCore/Services/ExportService/IExportService.cs

+2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ public interface IExportService
1616
byte[] ExportToJson(List<TestRegister> registers);
1717

1818
byte[] ExportToXml(List<TestRegister> registers);
19+
20+
byte[] ExportToYaml(List<TestRegister> registers);
1921
}
2022
}

0 commit comments

Comments
 (0)