Get TotalAgentCount
This commit is contained in:
@@ -35,4 +35,10 @@ public interface IAgentSummaryRepository
|
||||
/// <param name="userId">The user ID</param>
|
||||
/// <param name="agentName">The new agent name</param>
|
||||
Task UpdateAgentNameAsync(int userId, string agentName);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the total count of agents
|
||||
/// </summary>
|
||||
/// <returns>Total number of agents</returns>
|
||||
Task<int> GetTotalAgentCount();
|
||||
}
|
||||
Reference in New Issue
Block a user