コード例 #1
0
 public async Task <ActionResult> GetProvinceById(int id)
 {
     return(Ok(await _addressManager.GetProvinceById(id)));
 }