Get TotalAgentCount
This commit is contained in:
@@ -145,4 +145,9 @@ public class AgentService : IAgentService
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
public async Task<int> GetTotalAgentCount()
|
||||
{
|
||||
return await _agentSummaryRepository.GetTotalAgentCount();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user