Files
Examples/GerstITS.Examples.Logic/Shared/Search/Sorting/ISortable.cs
2022-12-22 15:29:53 +01:00

5 lines
93 B
C#

namespace GerstITS.Examples.Logic.Shared.Search.Sorting;
internal interface ISortable
{
}