コード例 #1
0
 public async Task <Address> GetAddressInfo([FromRoute] Guid addressId)
 {
     return(await _flatService.GetAddressInfo(addressId));
 }