Пример #1
0
 public IActionResult DisableAgentById([FromRoute] int agentId)
 {
     _repository.DisableAgentById(agentId);
     return(Ok());
 }