787a6e9f48
UI navigation framework Related Work Items: #408, #414, #416
16 lines
234 B
C#
16 lines
234 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace FoxTube.Models
|
|
{
|
|
public class SearchParameters
|
|
{
|
|
public SearchParameters(string query)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |