6 lines
113 B
C#
6 lines
113 B
C#
namespace SharedModels.QueryParameters;
|
|
|
|
public interface ISearchable
|
|
{
|
|
public string? Search { get; set; }
|
|
} |