Ejemplo n.º 1
0
 public ActionResult <string> Get(int index)
 {
     return(_valuesService.GetValueByIndex(index));
 }