コード例 #1
0
 public async Task <ActionResult <Citizen> > Post(Citizen item)
 {
     return(Ok(await _citizenService.PostCitizen(item)));
 }