This commit is contained in:
2020-01-23 20:41:59 +00:00
parent 8e69f263c7
commit 4267b4682d
2 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ namespace AyaNova.Api.ControllerHelpers
public object Data { get; }
public object Paging { get; }
public string Columns {get;}
public object Columns {get;}
public ApiOkWithPagingResponse(ApiPagedResponse pr)
{