InfinityQS
This commit is contained in:
@ -6,7 +6,8 @@ public interface IPinController<T>
|
||||
enum Action : int
|
||||
{
|
||||
Index = 0,
|
||||
MarkAsPinned = 1
|
||||
MarkAsPinned = 1,
|
||||
PinnedTable = 2
|
||||
}
|
||||
|
||||
static string GetRouteName() => nameof(IPinController<T>)[1..^10];
|
||||
|
Reference in New Issue
Block a user