sonarr-repo-only/src/Sonarr.Http/PagingResourceFilter.cs

9 lines
158 B
C#
Raw Normal View History

2017-02-11 06:46:39 +00:00
namespace Sonarr.Http
{
public class PagingResourceFilter
{
public string Key { get; set; }
public string Value { get; set; }
}
}