Return only online agent name
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using MediatR;
|
||||
|
||||
namespace Managing.Application.ManageBot.Commands
|
||||
{
|
||||
/// <summary>
|
||||
/// Command to retrieve only online agent names
|
||||
/// </summary>
|
||||
public class GetOnlineAgentNamesCommand : IRequest<List<string>>
|
||||
{
|
||||
public GetOnlineAgentNamesCommand()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user