Skip to content

Commit b12973c

Browse files
Added ExportFormat Class
1 parent af98bd8 commit b12973c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Threading.Tasks;
5+
6+
namespace jQueryDatatableServerSideNetCore.Data
7+
{
8+
public class ExportFormat
9+
{
10+
public const string Excel = "excel";
11+
}
12+
}

0 commit comments

Comments
 (0)