コード例 #1
0
 public async Task <PlaneType> GetPlaneType(string id)
 {
     return(await _service.GetPlaneType(id));
 }