Add ROI to botPaginated
This commit is contained in:
@@ -35,7 +35,7 @@ public interface IBotRepository
|
||||
string? name = null,
|
||||
string? ticker = null,
|
||||
string? agentName = null,
|
||||
string sortBy = "CreateDate",
|
||||
BotSortableColumn sortBy = BotSortableColumn.CreateDate,
|
||||
string sortDirection = "Desc");
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user