Get TotalAgentCount
This commit is contained in:
@@ -318,4 +318,9 @@ public class AgentSummaryRepository : IAgentSummaryRepository
|
||||
userId, agentName);
|
||||
}
|
||||
}
|
||||
|
||||
public async Task<int> GetTotalAgentCount()
|
||||
{
|
||||
return await _context.AgentSummaries.CountAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user