コード例 #1
0
 public async Task <ShipStationOrdersViewModel> GetOrderById(string ID)
 {
     return(await _shipStationService.GetOrderById(ID));
 }