Exemplo n.º 1
0
 public async Task <ActionResult <string> > Get(int id)
 {
     return(await service.GetValueById(id));
 }