Implements search functionality and prepares for upcoming paging in v0.3.

This commit is contained in:
Joseph Milazzo 2021-02-15 13:09:30 -06:00
parent 2887fab53f
commit 63fe1cb9ef

View File

@ -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; }
}
}