Implements search functionality and prepares for upcoming paging in v0.3.
This commit is contained in:
parent
2887fab53f
commit
63fe1cb9ef
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
namespace API.Entities
|
|
||||||
{
|
|
||||||
public class FTSSeries
|
|
||||||
{
|
|
||||||
public int RowId { get; set; }
|
|
||||||
public Series Series { get; set; }
|
|
||||||
|
|
||||||
public string Name { get; set; }
|
|
||||||
public string OriginalName { get; set; }
|
|
||||||
|
|
||||||
public string Match { get; set; }
|
|
||||||
public double? Rank { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue