9 lines
159 B
C#
9 lines
159 B
C#
namespace PoweredSoft.DynamicQuery.Core
|
|
{
|
|
public interface IGroup
|
|
{
|
|
string Path { get; set; }
|
|
bool? Ascending { get; set; }
|
|
}
|
|
}
|