8 lines
154 B
C#
8 lines
154 B
C#
|
namespace DualScreenDemo
|
||
|
{
|
||
|
public class SearchRequest
|
||
|
{
|
||
|
public string Query { get; set; }
|
||
|
public string Type { get; set; }
|
||
|
}
|
||
|
}
|