6 lines
109 B
C#
6 lines
109 B
C#
namespace SharedModels.QueryParameters;
|
|
|
|
public interface ISortable
|
|
{
|
|
public string? Sort { get; set; }
|
|
} |