first things
This commit is contained in:
13
Datamodels/SearchModels/FilterModel.cs
Normal file
13
Datamodels/SearchModels/FilterModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Datamodels.SearchModels
|
||||
{
|
||||
public class FilterModel
|
||||
{
|
||||
public List<TableModel> TableDescriptions { get; set; }
|
||||
public long Skip { get; set; }
|
||||
public long Take { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user