9 lines
158 B
C#
9 lines
158 B
C#
|
namespace Sonarr.Http
|
||
|
{
|
||
|
public class PagingResourceFilter
|
||
|
{
|
||
|
public string Key { get; set; }
|
||
|
public string Value { get; set; }
|
||
|
}
|
||
|
}
|