Skip to content

Commit aec872c

Browse files
Created ResourceType
1 parent 572f8f6 commit aec872c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Inflow.Api/Helper/ResourceType.cs

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
namespace Inflow.Api.Helper
2+
{
3+
public enum ResourceType
4+
{
5+
CurrentPage,
6+
NextPage,
7+
PreviousPage,
8+
}
9+
}

0 commit comments

Comments
 (0)