namespace Kreta.Naplo.Domain.V3.Interfaces { public interface ISortable { int SortIndex { get; set; } } }