示例#1
0
 public async Task <ActionResult <Citizen> > PutCiudadano(int id, Citizen item)
 {
     return(Ok(await _citizenService.PutCitizen(item)));
 }