Ejemplo n.º 1
0
 public async Task <IActionResult> UpdateValue(UpdateValuesRequest req)
 {
     return(Ok(await _valuesService.UpdateValue(req)));
 }