9 lines
187 B
C#
9 lines
187 B
C#
namespace MediaBrowser.Controller.Channels
|
|
{
|
|
public class ChannelSearchInfo
|
|
{
|
|
public string SearchTerm { get; set; }
|
|
|
|
public string UserId { get; set; }
|
|
}
|
|
} |