6 lines
118 B
C#
6 lines
118 B
C#
namespace Baguette.Querying;
|
|
|
|
public interface IMultiSortable
|
|
{
|
|
IEnumerable<SortingOptions>? Sorting { get; }
|
|
} |