Пример #1
0
 public IActionResult Get(int id)
 {
     return(new OkObjectResult(ValueGenerator.GetById(id)));
 }