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