5 lines
93 B
C#
5 lines
93 B
C#
namespace GerstITS.Examples.Logic.Shared.Search.Sorting;
|
|
|
|
internal interface ISortable
|
|
{
|
|
} |