Пример #1
0
 public IActionResult Post([FromBody] AddNetwork network)
 {
     return(Json(_networkService.AddToPool(network)));
 }