예제 #1
0
 public async Task <IActionResult> GetSingle(int id)
 {
     return(Ok(await _valuesService.GetSingle(id)));
 }