4 lines
123 B
C#
4 lines
123 B
C#
namespace Baguette.Querying;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class DisableSortingAttribute : Attribute; |