Files
Examples/GerstITS.Examples.Logic/Shared/Search/Sorting/ISortable.cs
2021-06-15 10:59:47 +02:00

7 lines
108 B
C#

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