8 lines
129 B
C#
8 lines
129 B
C#
namespace Kreta.Naplo.Domain.V3.Interfaces
|
|
{
|
|
public interface ISortable
|
|
{
|
|
int SortIndex { get; set; }
|
|
}
|
|
}
|